Index: gm/strokerects.cpp |
diff --git a/gm/strokerects.cpp b/gm/strokerects.cpp |
index 5609c5f6b3e4bbeea39ac94420b724393a838fdb..f5167bbedc98637d5eaa62d10559f558e8f073f0 100644 |
--- a/gm/strokerects.cpp |
+++ b/gm/strokerects.cpp |
@@ -26,11 +26,11 @@ public: |
protected: |
- SkString onShortName() SK_OVERRIDE { |
+ SkString onShortName() override { |
return SkString("strokerects"); |
} |
- SkISize onISize() SK_OVERRIDE { |
+ SkISize onISize() override { |
return SkISize::Make(W*2, H*2); |
} |
@@ -46,7 +46,7 @@ protected: |
r->offset(-w/2 + woffset, -h/2 + hoffset); |
} |
- void onDraw(SkCanvas* canvas) SK_OVERRIDE { |
+ void onDraw(SkCanvas* canvas) override { |
SkPaint paint; |
paint.setStyle(SkPaint::kStroke_Style); |