| Index: gm/patheffects.cpp
|
| diff --git a/gm/patheffects.cpp b/gm/patheffects.cpp
|
| index c51ac12c6a77461856f9bb49555538c3390c7065..c71d32bb75fb4518db2d08e3e19b905ed2a50ded 100644
|
| --- a/gm/patheffects.cpp
|
| +++ b/gm/patheffects.cpp
|
| @@ -108,13 +108,13 @@ public:
|
|
|
| protected:
|
|
|
| - SkString onShortName() SK_OVERRIDE {
|
| + SkString onShortName() override {
|
| return SkString("patheffect");
|
| }
|
|
|
| - SkISize onISize() SK_OVERRIDE { return SkISize::Make(800, 600); }
|
| + SkISize onISize() override { return SkISize::Make(800, 600); }
|
|
|
| - void onDraw(SkCanvas* canvas) SK_OVERRIDE {
|
| + void onDraw(SkCanvas* canvas) override {
|
| SkPaint paint;
|
| paint.setAntiAlias(true);
|
| paint.setStyle(SkPaint::kStroke_Style);
|
|
|