| Index: src/animator/SkDisplayMath.h
|
| diff --git a/src/animator/SkDisplayMath.h b/src/animator/SkDisplayMath.h
|
| index 91537953be1482508e553d9d4c2cb17b755dadb1..301e0f2e4b727fb73bb7603767f0ff1dc99135f2 100644
|
| --- a/src/animator/SkDisplayMath.h
|
| +++ b/src/animator/SkDisplayMath.h
|
| @@ -18,9 +18,9 @@ class SkDisplayMath : public SkDisplayable {
|
| DECLARE_DISPLAY_MEMBER_INFO(Math);
|
| virtual void executeFunction(SkDisplayable* , int index,
|
| SkTDArray<SkScriptValue>& parameters, SkDisplayTypes type,
|
| - SkScriptValue* );
|
| - virtual const SkFunctionParamType* getFunctionsParameters();
|
| - virtual bool getProperty(int index, SkScriptValue* value) const;
|
| + SkScriptValue* ) SK_OVERRIDE;
|
| + virtual const SkFunctionParamType* getFunctionsParameters() SK_OVERRIDE;
|
| + virtual bool getProperty(int index, SkScriptValue* value) const SK_OVERRIDE;
|
| private:
|
| mutable SkRandom fRandom;
|
| static const SkScalar gConstants[];
|
|
|