3 * Copyright 2006 The Android Open Source Project
5 * Use of this source code is governed by a BSD-style license that can be
6 * found in the LICENSE file.
10 #ifndef SkAnimate_DEFINED
11 #define SkAnimate_DEFINED
13 #include "SkAnimateBase.h"
14 #include "SkDisplayType.h"
15 #include "SkIntArray.h"
18 class SkAnimate : public SkAnimateBase {
19 DECLARE_MEMBER_INFO(Animate);
22 int components() SK_OVERRIDE;
23 #ifdef SK_DUMP_ENABLED
24 void dump(SkAnimateMaker* ) SK_OVERRIDE;
26 void onEndElement(SkAnimateMaker& maker) SK_OVERRIDE;
28 bool resolveCommon(SkAnimateMaker& );
31 typedef SkAnimateBase INHERITED;
34 #endif // SkAnimateField_DEFINED