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; |