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 806653007: Fix up all the easy virtual ... SK_OVERRIDE cases. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: rebase Created 5 years, 11 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 | « 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 9e0cfe2cb55a3a7c85010072635986fc5c2058aa..1b6580a6f469558aba3d3a64ce9aeef9872c9974 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 & ) SK_OVERRIDE;
- virtual bool enable(SkAnimateMaker & ) SK_OVERRIDE;
- virtual bool hasEnable() const SK_OVERRIDE;
+ void onEndElement(SkAnimateMaker & ) SK_OVERRIDE;
+ bool enable(SkAnimateMaker & ) SK_OVERRIDE;
+ 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