aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/strokerects.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gm/strokerects.cpp')
-rw-r--r--gm/strokerects.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/gm/strokerects.cpp b/gm/strokerects.cpp
index 5609c5f6b3..f5167bbedc 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);