Index: src/animator/SkDrawPaint.h |
diff --git a/src/animator/SkDrawPaint.h b/src/animator/SkDrawPaint.h |
index 8c29fb3acb97d99d5ecc009217f97d26ddbf787c..bef52527b1d0863ff192ec01395b3fb1379c8622 100644 |
--- a/src/animator/SkDrawPaint.h |
+++ b/src/animator/SkDrawPaint.h |
@@ -32,7 +32,7 @@ class SkDrawPaint : public SkADrawable { |
#ifdef SK_DUMP_ENABLED |
void dump(SkAnimateMaker* ) override; |
#endif |
- virtual void executeFunction(SkDisplayable* target, int index, |
+ void executeFunction(SkDisplayable* target, int index, |
SkTDArray<SkScriptValue>& parameters, SkDisplayTypes type, |
SkScriptValue* ) override; |
const SkFunctionParamType* getFunctionsParameters() override; |