aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/strokerect.cpp
diff options
context:
space:
mode:
authorGravatar tfarina <tfarina@chromium.org>2014-12-20 06:53:43 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2014-12-20 06:53:43 -0800
commit752e7eb157f8a18c26b88b7b85eecdbd5549d52e (patch)
tree796bd41d42d1ebc0dfb65c01173d974b60aebaf8 /gm/strokerect.cpp
parentbb1af8dd75c1db1a4bec34e584d552ebbcb1fedc (diff)
Cleanup: Another round of override fixes.
BUG=skia:3075 TEST=ninja -C out/Debug TBR=mtklein@google.com Review URL: https://codereview.chromium.org/815883002
Diffstat (limited to 'gm/strokerect.cpp')
-rw-r--r--gm/strokerect.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/gm/strokerect.cpp b/gm/strokerect.cpp
index 9c86aec642..4d0353f28c 100644
--- a/gm/strokerect.cpp
+++ b/gm/strokerect.cpp
@@ -50,15 +50,15 @@ protected:
return kSkipTiled_Flag;
}
- virtual SkString onShortName() {
+ virtual SkString onShortName() SK_OVERRIDE {
return SkString("strokerect");
}
- virtual SkISize onISize() {
+ virtual SkISize onISize() SK_OVERRIDE {
return SkISize::Make(1024, 740);
}
- virtual void onDraw(SkCanvas* canvas) {
+ virtual void onDraw(SkCanvas* canvas) SK_OVERRIDE {
canvas->drawColor(SK_ColorWHITE);
canvas->translate(STROKE_WIDTH*3/2, STROKE_WIDTH*3/2);