From 752e7eb157f8a18c26b88b7b85eecdbd5549d52e Mon Sep 17 00:00:00 2001 From: tfarina Date: Sat, 20 Dec 2014 06:53:43 -0800 Subject: 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 --- gm/strokerect.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gm/strokerect.cpp') 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); -- cgit v1.2.3