aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--src/animator/SkDump.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/animator/SkDump.h b/src/animator/SkDump.h
index bedd5331e5..bcf19fd9af 100644
--- a/src/animator/SkDump.h
+++ b/src/animator/SkDump.h
@@ -32,9 +32,9 @@ class SkDump : public SkDisplayable {
SkBool posts;
SkString script;
#else
- virtual bool enable(SkAnimateMaker & );
- virtual bool hasEnable() const;
- virtual bool setProperty(int index, SkScriptValue& );
+ bool enable(SkAnimateMaker & ) override;
+ bool hasEnable() const override;
+ bool setProperty(int index, SkScriptValue& ) override;
#endif
};