Index: src/animator/SkDump.h |
diff --git a/src/animator/SkDump.h b/src/animator/SkDump.h |
index c2f6d2bf446afab039bad03d067d34503dababe8..86e9e08b7b3d476415fa2fd716fe2afef0a88acb 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(); |
- virtual bool enable(SkAnimateMaker & ) SK_OVERRIDE; |
+ bool enable(SkAnimateMaker & ) SK_OVERRIDE; |
bool evaluate(SkAnimateMaker &); |
- virtual bool hasEnable() const SK_OVERRIDE; |
+ bool hasEnable() const SK_OVERRIDE; |
static void GetEnumString(SkDisplayTypes , int index, SkString* result); |
SkBool displayList; |
SkBool eventList; |