| Index: src/animator/SkAnimate.h
|
| diff --git a/src/animator/SkAnimate.h b/src/animator/SkAnimate.h
|
| index 225d27d35e065b4c51633b9f4724924b2bb0aaef..ee391fcd93fb66c128e960a952eb362b170aea1e 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();
|
| - int components() SK_OVERRIDE;
|
| + int components() override;
|
| #ifdef SK_DUMP_ENABLED
|
| - void dump(SkAnimateMaker* ) SK_OVERRIDE;
|
| + void dump(SkAnimateMaker* ) override;
|
| #endif
|
| - void onEndElement(SkAnimateMaker& maker) SK_OVERRIDE;
|
| + void onEndElement(SkAnimateMaker& maker) override;
|
| protected:
|
| bool resolveCommon(SkAnimateMaker& );
|
| int fComponents;
|
|
|