| Index: src/animator/SkDrawTextBox.h
|
| diff --git a/src/animator/SkDrawTextBox.h b/src/animator/SkDrawTextBox.h
|
| index 6155befb299a73876e2016a983feb8ac40806575..4fa0872c9faea86a747c36a067736b2e6050d244 100644
|
| --- a/src/animator/SkDrawTextBox.h
|
| +++ b/src/animator/SkDrawTextBox.h
|
| @@ -18,12 +18,12 @@ class SkDrawTextBox : public SkDrawRect {
|
| SkDrawTextBox();
|
|
|
| // overrides
|
| - virtual bool draw(SkAnimateMaker& );
|
| + virtual bool draw(SkAnimateMaker& ) SK_OVERRIDE;
|
| #ifdef SK_DUMP_ENABLED
|
| - virtual void dump(SkAnimateMaker* );
|
| + virtual void dump(SkAnimateMaker* ) SK_OVERRIDE;
|
| #endif
|
| - virtual bool getProperty(int index, SkScriptValue* value) const;
|
| - virtual bool setProperty(int index, SkScriptValue& );
|
| + virtual bool getProperty(int index, SkScriptValue* value) const SK_OVERRIDE;
|
| + virtual bool setProperty(int index, SkScriptValue& ) SK_OVERRIDE;
|
|
|
| private:
|
| SkString fText;
|
|
|