aboutsummaryrefslogtreecommitdiffhomepage
path: root/samplecode/GMSampleView.h
diff options
context:
space:
mode:
Diffstat (limited to 'samplecode/GMSampleView.h')
-rw-r--r--samplecode/GMSampleView.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/samplecode/GMSampleView.h b/samplecode/GMSampleView.h
index f97ce92d2b..4d29190230 100644
--- a/samplecode/GMSampleView.h
+++ b/samplecode/GMSampleView.h
@@ -23,11 +23,11 @@ public:
static SkEvent* NewShowSizeEvt(bool doShowSize);
protected:
- bool onQuery(SkEvent*) SK_OVERRIDE;
- bool onEvent(const SkEvent&) SK_OVERRIDE;
- void onDrawContent(SkCanvas*) SK_OVERRIDE;
- void onDrawBackground(SkCanvas*) SK_OVERRIDE;
- bool onAnimate(const SkAnimTimer&) SK_OVERRIDE;
+ bool onQuery(SkEvent*) override;
+ bool onEvent(const SkEvent&) override;
+ void onDrawContent(SkCanvas*) override;
+ void onDrawBackground(SkCanvas*) override;
+ bool onAnimate(const SkAnimTimer&) override;
private:
GM* fGM;