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 SkDisplayInclude_DEFINED michael@0: #define SkDisplayInclude_DEFINED michael@0: michael@0: #include "SkDisplayable.h" michael@0: #include "SkMemberInfo.h" michael@0: michael@0: class SkInclude : public SkDisplayable { michael@0: DECLARE_MEMBER_INFO(Include); michael@0: virtual void onEndElement(SkAnimateMaker & ); michael@0: virtual bool enable(SkAnimateMaker & ); michael@0: virtual bool hasEnable() const; michael@0: protected: michael@0: SkString src; michael@0: }; michael@0: michael@0: #endif // SkDisplayInclude_DEFINED