| Index: src/animator/SkDisplayEvent.h
|
| diff --git a/src/animator/SkDisplayEvent.h b/src/animator/SkDisplayEvent.h
|
| index 952faeac6349b67c2c8f84c5b222a3f6087176ef..92eb8cf2e92460c6b219d004b0ee33c88e712b85 100644
|
| --- a/src/animator/SkDisplayEvent.h
|
| +++ b/src/animator/SkDisplayEvent.h
|
| @@ -35,16 +35,16 @@ class SkDisplayEvent : public SkDisplayable {
|
| SkDisplayEvent();
|
| virtual ~SkDisplayEvent();
|
| virtual bool addChild(SkAnimateMaker& , SkDisplayable* child) SK_OVERRIDE;
|
| - virtual bool contains(SkDisplayable*);
|
| - virtual SkDisplayable* contains(const SkString& );
|
| + virtual bool contains(SkDisplayable*) SK_OVERRIDE;
|
| + virtual SkDisplayable* contains(const SkString& ) SK_OVERRIDE;
|
| #ifdef SK_DEBUG
|
| void dumpEvent(SkAnimateMaker* );
|
| #endif
|
| bool enableEvent(SkAnimateMaker& );
|
| - virtual bool getProperty(int index, SkScriptValue* ) const;
|
| - virtual void onEndElement(SkAnimateMaker& maker);
|
| + virtual bool getProperty(int index, SkScriptValue* ) const SK_OVERRIDE;
|
| + virtual void onEndElement(SkAnimateMaker& maker) SK_OVERRIDE;
|
| void populateInput(SkAnimateMaker& , const SkEvent& fEvent);
|
| - virtual bool setProperty(int index, SkScriptValue& );
|
| + virtual bool setProperty(int index, SkScriptValue& ) SK_OVERRIDE;
|
| protected:
|
| SkKey code;
|
| SkBool disable;
|
|
|