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

Unified Diff: src/animator/SkDisplayInclude.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/SkDisplayEvent.h ('k') | src/animator/SkDisplayInput.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/animator/SkDisplayInclude.h
diff --git a/src/animator/SkDisplayInclude.h b/src/animator/SkDisplayInclude.h
index 41b5d297401ec20185f53862a851a0117102e4d7..9e0cfe2cb55a3a7c85010072635986fc5c2058aa 100644
--- a/src/animator/SkDisplayInclude.h
+++ b/src/animator/SkDisplayInclude.h
@@ -15,9 +15,9 @@
class SkInclude : public SkDisplayable {
DECLARE_MEMBER_INFO(Include);
- virtual void onEndElement(SkAnimateMaker & );
- virtual bool enable(SkAnimateMaker & );
- virtual bool hasEnable() const;
+ virtual void onEndElement(SkAnimateMaker & ) SK_OVERRIDE;
+ virtual bool enable(SkAnimateMaker & ) SK_OVERRIDE;
+ virtual bool hasEnable() const SK_OVERRIDE;
protected:
SkString src;
};
« no previous file with comments | « src/animator/SkDisplayEvent.h ('k') | src/animator/SkDisplayInput.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698