michael@0: michael@0: /* michael@0: * Copyright 2006 The Android Open Source Project michael@0: * michael@0: * Use of this source code is governed by a BSD-style license that can be michael@0: * found in the LICENSE file. michael@0: */ michael@0: michael@0: michael@0: #ifndef SkHitClear_DEFINED michael@0: #define SkHitClear_DEFINED michael@0: michael@0: #include "SkDisplayable.h" michael@0: #include "SkMemberInfo.h" michael@0: #include "SkTypedArray.h" michael@0: michael@0: class SkHitClear : public SkDisplayable { michael@0: DECLARE_MEMBER_INFO(HitClear); michael@0: virtual bool enable(SkAnimateMaker& ); michael@0: virtual bool hasEnable() const; michael@0: private: michael@0: SkTDDisplayableArray targets; michael@0: }; michael@0: michael@0: #endif // SkHitClear_DEFINED