Index: gm/thinstrokedrects.cpp |
diff --git a/gm/thinstrokedrects.cpp b/gm/thinstrokedrects.cpp |
index 40c23e18e261f23137344bdb5e69ce18d58b40dd..8bde1022cec701bc8cfa43a9cca5451beff19e89 100644 |
--- a/gm/thinstrokedrects.cpp |
+++ b/gm/thinstrokedrects.cpp |
@@ -17,15 +17,15 @@ public: |
} |
protected: |
- SkString onShortName() SK_OVERRIDE { |
+ SkString onShortName() override { |
return SkString("thinstrokedrects"); |
} |
- SkISize onISize() SK_OVERRIDE { |
+ SkISize onISize() override { |
return SkISize::Make(240, 320); |
} |
- void onDraw(SkCanvas* canvas) SK_OVERRIDE { |
+ void onDraw(SkCanvas* canvas) override { |
SkPaint paint; |
paint.setColor(SK_ColorWHITE); |