| Index: src/animator/SkDisplayMath.h
|
| diff --git a/src/animator/SkDisplayMath.h b/src/animator/SkDisplayMath.h
|
| index 4204e26bb5ee89b6a1aa189d023b32bb9a44ee48..0311a7c1411e496c121392fca8a342264c145288 100644
|
| --- a/src/animator/SkDisplayMath.h
|
| +++ b/src/animator/SkDisplayMath.h
|
| @@ -16,7 +16,7 @@
|
|
|
| class SkDisplayMath : public SkDisplayable {
|
| DECLARE_DISPLAY_MEMBER_INFO(Math);
|
| - virtual void executeFunction(SkDisplayable* , int index,
|
| + void executeFunction(SkDisplayable* , int index,
|
| SkTDArray<SkScriptValue>& parameters, SkDisplayTypes type,
|
| SkScriptValue* ) override;
|
| const SkFunctionParamType* getFunctionsParameters() override;
|
|
|