| Index: src/animator/SkAnimate.h
|
| diff --git a/src/animator/SkAnimate.h b/src/animator/SkAnimate.h
|
| index f6541243e43b6acb7bcc8cc795892da6b3d237bc..225d27d35e065b4c51633b9f4724924b2bb0aaef 100644
|
| --- a/src/animator/SkAnimate.h
|
| +++ b/src/animator/SkAnimate.h
|
| @@ -19,11 +19,11 @@ class SkAnimate : public SkAnimateBase {
|
| DECLARE_MEMBER_INFO(Animate);
|
| SkAnimate();
|
| virtual ~SkAnimate();
|
| - virtual int components() SK_OVERRIDE;
|
| + int components() SK_OVERRIDE;
|
| #ifdef SK_DUMP_ENABLED
|
| - virtual void dump(SkAnimateMaker* ) SK_OVERRIDE;
|
| + void dump(SkAnimateMaker* ) SK_OVERRIDE;
|
| #endif
|
| - virtual void onEndElement(SkAnimateMaker& maker) SK_OVERRIDE;
|
| + void onEndElement(SkAnimateMaker& maker) SK_OVERRIDE;
|
| protected:
|
| bool resolveCommon(SkAnimateMaker& );
|
| int fComponents;
|
|
|