From aa458fb20a4350da581f8ceec69ea16eec295ced Mon Sep 17 00:00:00 2001 From: tfarina Date: Mon, 5 Jan 2015 17:18:51 -0800 Subject: Cleanup: More override fixes - another round. BUG=skia:3075 TEST=ninja -C out/Debug TBR=reed@google.com Review URL: https://codereview.chromium.org/831113002 --- gm/circularclips.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gm/circularclips.cpp') diff --git a/gm/circularclips.cpp b/gm/circularclips.cpp index 4730182252..81803a3e78 100644 --- a/gm/circularclips.cpp +++ b/gm/circularclips.cpp @@ -29,15 +29,15 @@ protected: return kSkipTiled_Flag | kAsBench_Flag; } - virtual SkString onShortName() { + virtual SkString onShortName() SK_OVERRIDE { return SkString("circular-clips"); } - virtual SkISize onISize() { + virtual SkISize onISize() SK_OVERRIDE { return SkISize::Make(800, 600); } - virtual void onDraw(SkCanvas* canvas) { + virtual void onDraw(SkCanvas* canvas) SK_OVERRIDE { SkRegion::Op ops[] = { SkRegion::kDifference_Op, SkRegion::kIntersect_Op, -- cgit v1.2.3