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

Unified Diff: src/animator/SkDisplayNumber.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/SkDisplayMovie.h ('k') | src/animator/SkDisplayPost.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/animator/SkDisplayNumber.h
diff --git a/src/animator/SkDisplayNumber.h b/src/animator/SkDisplayNumber.h
index 16c6f4fde41808827659777e66f3271ae650104b..2fc75b780cfee1f2c176d30b1e170927e68ca12b 100644
--- a/src/animator/SkDisplayNumber.h
+++ b/src/animator/SkDisplayNumber.h
@@ -15,7 +15,7 @@
class SkDisplayNumber : public SkDisplayable {
DECLARE_DISPLAY_MEMBER_INFO(Number);
- virtual bool getProperty(int index, SkScriptValue* value) const;
+ virtual bool getProperty(int index, SkScriptValue* value) const SK_OVERRIDE;
private:
};
« no previous file with comments | « src/animator/SkDisplayMovie.h ('k') | src/animator/SkDisplayPost.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698