Index: gm/filltypespersp.cpp |
diff --git a/gm/filltypespersp.cpp b/gm/filltypespersp.cpp |
index c76a0fa4e7dbb911c5133d358ff502b293ea3b24..92fce3ab0ca5513e3e653d66b8a80fe86e7f13a6 100644 |
--- a/gm/filltypespersp.cpp |
+++ b/gm/filltypespersp.cpp |
@@ -25,11 +25,11 @@ public: |
protected: |
- SkString onShortName() SK_OVERRIDE { |
+ SkString onShortName() override { |
return SkString("filltypespersp"); |
} |
- SkISize onISize() SK_OVERRIDE { |
+ SkISize onISize() override { |
return SkISize::Make(835, 840); |
} |
@@ -73,7 +73,7 @@ protected: |
scale, paint); |
} |
- void onDraw(SkCanvas* canvas) SK_OVERRIDE { |
+ void onDraw(SkCanvas* canvas) override { |
this->makePath(); |
// do perspective drawPaint as the background; |