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

Unified Diff: experimental/SkiaExamples/SkExample.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 | « experimental/SkV8Example/SkV8Example.h ('k') | experimental/iOSSampleApp/SkSampleUIView.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: experimental/SkiaExamples/SkExample.h
diff --git a/experimental/SkiaExamples/SkExample.h b/experimental/SkiaExamples/SkExample.h
index ea734dcdc69ec41ace5d1a17cb27c241d8d186d6..ee9e36e0d0fb893a727cd965b914844db4f08f83 100644
--- a/experimental/SkiaExamples/SkExample.h
+++ b/experimental/SkiaExamples/SkExample.h
@@ -52,12 +52,12 @@ public:
DeviceType getDeviceType() const { return fType; }
protected:
- virtual void draw(SkCanvas* canvas) SK_OVERRIDE;
+ void draw(SkCanvas* canvas) SK_OVERRIDE;
- virtual void onSizeChange() SK_OVERRIDE;
+ void onSizeChange() SK_OVERRIDE;
#ifdef SK_BUILD_FOR_WIN
- virtual void onHandleInval(const SkIRect&) SK_OVERRIDE;
+ void onHandleInval(const SkIRect&) SK_OVERRIDE;
#endif
SkCanvas* createCanvas() SK_OVERRIDE;
« no previous file with comments | « experimental/SkV8Example/SkV8Example.h ('k') | experimental/iOSSampleApp/SkSampleUIView.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698