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

Unified Diff: src/animator/SkPostParts.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/SkPathParts.h ('k') | src/animator/SkSnapshot.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/animator/SkPostParts.h
diff --git a/src/animator/SkPostParts.h b/src/animator/SkPostParts.h
index 7c1325826b61c39fbe61929c1d30f7985ab4d8ed..f48c33fd8ab1a279cde77308f547415d1c81cdc7 100644
--- a/src/animator/SkPostParts.h
+++ b/src/animator/SkPostParts.h
@@ -18,10 +18,10 @@ class SkDataInput: public SkInput {
DECLARE_MEMBER_INFO(DataInput);
SkDataInput();
bool add();
- virtual void dirty() SK_OVERRIDE;
- virtual SkDisplayable* getParent() const SK_OVERRIDE;
- virtual void onEndElement(SkAnimateMaker& ) SK_OVERRIDE;
- virtual bool setParent(SkDisplayable* ) SK_OVERRIDE;
+ void dirty() SK_OVERRIDE;
+ SkDisplayable* getParent() const SK_OVERRIDE;
+ void onEndElement(SkAnimateMaker& ) SK_OVERRIDE;
+ bool setParent(SkDisplayable* ) SK_OVERRIDE;
protected:
SkPost* fParent;
typedef SkInput INHERITED;
« no previous file with comments | « src/animator/SkPathParts.h ('k') | src/animator/SkSnapshot.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698