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

Unified Diff: src/animator/SkDump.h

Issue 1261043002: Fix a stray -Winconsistent-missing-override warning. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 5 months 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 | « no previous file | no next file » | 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 bedd5331e5023c9ca0eefedb5b1a7eeb6aa5dc6d..bcf19fd9af4a2a0e1e2567021f9ffdc1059a5742 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
};
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698