| Index: bench/DecodingSubsetBench.h
|
| diff --git a/bench/DecodingSubsetBench.h b/bench/DecodingSubsetBench.h
|
| index 8034c8fb749b575babfb95a6ba18ca402663d203..4941aa10c17d70086c520217a599e49547cd4a85 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;
|
|
|