| Index: bench/GMBench.h
|
| diff --git a/bench/GMBench.h b/bench/GMBench.h
|
| index 43ca9812a18433a751a00f408e7579e700a10b10..82ca3c9c71d8f0142fbec6aafa8a7fc09db8f8a1 100644
|
| --- a/bench/GMBench.h
|
| +++ b/bench/GMBench.h
|
| @@ -21,10 +21,10 @@ public:
|
| virtual ~GMBench();
|
|
|
| protected:
|
| - const char* onGetName() SK_OVERRIDE;
|
| - bool isSuitableFor(Backend backend) SK_OVERRIDE;
|
| - void onDraw(const int loops, SkCanvas* canvas) SK_OVERRIDE;
|
| - SkIPoint onGetSize() SK_OVERRIDE;
|
| + const char* onGetName() override;
|
| + bool isSuitableFor(Backend backend) override;
|
| + void onDraw(const int loops, SkCanvas* canvas) override;
|
| + SkIPoint onGetSize() override;
|
|
|
| private:
|
| skiagm::GM* fGM;
|
|
|