aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/animator/SkDump.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/animator/SkDump.h')
-rw-r--r--src/animator/SkDump.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/animator/SkDump.h b/src/animator/SkDump.h
index 86e9e08b7b..bedd5331e5 100644
--- a/src/animator/SkDump.h
+++ b/src/animator/SkDump.h
@@ -20,9 +20,9 @@ class SkDump : public SkDisplayable {
DECLARE_MEMBER_INFO(Dump);
#ifdef SK_DUMP_ENABLED
SkDump();
- bool enable(SkAnimateMaker & ) SK_OVERRIDE;
+ bool enable(SkAnimateMaker & ) override;
bool evaluate(SkAnimateMaker &);
- bool hasEnable() const SK_OVERRIDE;
+ bool hasEnable() const override;
static void GetEnumString(SkDisplayTypes , int index, SkString* result);
SkBool displayList;
SkBool eventList;