aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/RecordingBench.h
diff options
context:
space:
mode:
Diffstat (limited to 'bench/RecordingBench.h')
-rw-r--r--bench/RecordingBench.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/bench/RecordingBench.h b/bench/RecordingBench.h
index 783596d827..6cb5d51326 100644
--- a/bench/RecordingBench.h
+++ b/bench/RecordingBench.h
@@ -16,10 +16,10 @@ public:
RecordingBench(const char* name, const SkPicture*, bool useBBH);
protected:
- const char* onGetName() SK_OVERRIDE;
- bool isSuitableFor(Backend) SK_OVERRIDE;
- void onDraw(const int loops, SkCanvas*) SK_OVERRIDE;
- SkIPoint onGetSize() SK_OVERRIDE;
+ const char* onGetName() override;
+ bool isSuitableFor(Backend) override;
+ void onDraw(const int loops, SkCanvas*) override;
+ SkIPoint onGetSize() override;
private:
SkAutoTUnref<const SkPicture> fSrc;