aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental/SkV8Example/SkV8Example.h
diff options
context:
space:
mode:
Diffstat (limited to 'experimental/SkV8Example/SkV8Example.h')
-rw-r--r--experimental/SkV8Example/SkV8Example.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/experimental/SkV8Example/SkV8Example.h b/experimental/SkV8Example/SkV8Example.h
index 38a9c8561a..5185722a77 100644
--- a/experimental/SkV8Example/SkV8Example.h
+++ b/experimental/SkV8Example/SkV8Example.h
@@ -25,15 +25,15 @@ public:
virtual ~SkV8ExampleWindow();
protected:
- void onDraw(SkCanvas* canvas) SK_OVERRIDE;
- void onSizeChange() SK_OVERRIDE;
+ void onDraw(SkCanvas* canvas) override;
+ void onSizeChange() override;
#if SK_SUPPORT_GPU
- SkSurface* createSurface() SK_OVERRIDE;
+ SkSurface* createSurface() override;
#endif
#ifdef SK_BUILD_FOR_WIN
- void onHandleInval(const SkIRect&) SK_OVERRIDE;
+ void onHandleInval(const SkIRect&) override;
#endif
void windowSizeChanged();