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

Unified Diff: src/animator/SkAnimateSet.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/SkAnimateBase.h ('k') | src/animator/SkDisplayAdd.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/animator/SkAnimateSet.h
diff --git a/src/animator/SkAnimateSet.h b/src/animator/SkAnimateSet.h
index b8f7bf54f6b40bc695cb1ffb4335952cf577fb03..6f38e9eaa9beb48662879e03fa8ebe2f07721868 100644
--- a/src/animator/SkAnimateSet.h
+++ b/src/animator/SkAnimateSet.h
@@ -16,10 +16,10 @@ class SkSet : public SkAnimate {
DECLARE_MEMBER_INFO(Set);
SkSet();
#ifdef SK_DUMP_ENABLED
- virtual void dump(SkAnimateMaker* );
+ virtual void dump(SkAnimateMaker* ) SK_OVERRIDE;
#endif
- virtual void onEndElement(SkAnimateMaker& );
- virtual void refresh(SkAnimateMaker& );
+ virtual void onEndElement(SkAnimateMaker& ) SK_OVERRIDE;
+ virtual void refresh(SkAnimateMaker& ) SK_OVERRIDE;
private:
typedef SkAnimate INHERITED;
};
« no previous file with comments | « src/animator/SkAnimateBase.h ('k') | src/animator/SkDisplayAdd.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698