| Index: gm/clip_strokerect.cpp
|
| diff --git a/gm/clip_strokerect.cpp b/gm/clip_strokerect.cpp
|
| index a0dc7fd2ffaf4fd49839522dd256bf4466345b3c..0175eda984b967606b4130d625f50e3228968f3d 100644
|
| --- a/gm/clip_strokerect.cpp
|
| +++ b/gm/clip_strokerect.cpp
|
| @@ -16,15 +16,15 @@ public:
|
| }
|
|
|
| protected:
|
| - SkString onShortName() SK_OVERRIDE {
|
| + SkString onShortName() override {
|
| return SkString("clip_strokerect");
|
| }
|
|
|
| - SkISize onISize() SK_OVERRIDE {
|
| + SkISize onISize() override {
|
| return SkISize::Make(200, 400);
|
| }
|
|
|
| - void onDraw(SkCanvas* canvas) SK_OVERRIDE {
|
| + void onDraw(SkCanvas* canvas) override {
|
| SkPaint p;
|
| p.setColor(SK_ColorRED);
|
| p.setAntiAlias(true);
|
|
|