aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/DecodingSubsetBench.h
diff options
context:
space:
mode:
Diffstat (limited to 'bench/DecodingSubsetBench.h')
-rw-r--r--bench/DecodingSubsetBench.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/bench/DecodingSubsetBench.h b/bench/DecodingSubsetBench.h
index 8034c8fb74..4941aa10c1 100644
--- a/bench/DecodingSubsetBench.h
+++ b/bench/DecodingSubsetBench.h
@@ -23,9 +23,9 @@ public:
const int divisor);
protected:
- const char* onGetName() SK_OVERRIDE;
- bool isSuitableFor(Backend backend) SK_OVERRIDE;
- void onDraw(const int n, SkCanvas* canvas) SK_OVERRIDE;
+ const char* onGetName() override;
+ bool isSuitableFor(Backend backend) override;
+ void onDraw(const int n, SkCanvas* canvas) override;
private:
SkString fName;