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

Unified Diff: src/animator/SkDisplayBounds.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/SkDisplayApply.h ('k') | src/animator/SkDisplayEvent.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/animator/SkDisplayBounds.h
diff --git a/src/animator/SkDisplayBounds.h b/src/animator/SkDisplayBounds.h
index 0511ed743985ca7f3011b9fc9c6d351b24fad7be..7ca1cc57c183e1da28fb63ad6b04b19b357e9a6f 100644
--- a/src/animator/SkDisplayBounds.h
+++ b/src/animator/SkDisplayBounds.h
@@ -15,7 +15,7 @@
class SkDisplayBounds : public SkDrawRect {
DECLARE_DISPLAY_MEMBER_INFO(Bounds);
SkDisplayBounds();
- virtual bool draw(SkAnimateMaker& );
+ virtual bool draw(SkAnimateMaker& ) SK_OVERRIDE;
private:
SkBool inval;
typedef SkDrawRect INHERITED;
« no previous file with comments | « src/animator/SkDisplayApply.h ('k') | src/animator/SkDisplayEvent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698