Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Unified Diff: src/animator/SkDump.h

Issue 815883002: Cleanup: Another round of override fixes. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: revert include changes Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/animator/SkDrawRectangle.h ('k') | src/animator/SkMemberInfo.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/animator/SkDump.h
diff --git a/src/animator/SkDump.h b/src/animator/SkDump.h
index 0a31b1c0491abc8511f977cec4e3d53ff17e4f6c..c2f6d2bf446afab039bad03d067d34503dababe8 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 & );
+ virtual bool enable(SkAnimateMaker & ) SK_OVERRIDE;
bool evaluate(SkAnimateMaker &);
- virtual bool hasEnable() const;
+ virtual bool hasEnable() const SK_OVERRIDE;
static void GetEnumString(SkDisplayTypes , int index, SkString* result);
SkBool displayList;
SkBool eventList;
« no previous file with comments | « src/animator/SkDrawRectangle.h ('k') | src/animator/SkMemberInfo.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698