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/bitmaprecttest.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gm/bitmaprecttest.cpp') diff --git a/gm/bitmaprecttest.cpp b/gm/bitmaprecttest.cpp index 6f0ab58077..22962cbb1f 100644 --- a/gm/bitmaprecttest.cpp +++ b/gm/bitmaprecttest.cpp @@ -56,11 +56,11 @@ public: } protected: - virtual SkString onShortName() { + virtual SkString onShortName() SK_OVERRIDE { return SkString("bitmaprecttest"); } - virtual SkISize onISize() { + virtual SkISize onISize() SK_OVERRIDE { return SkISize::Make(320, 240); } -- cgit v1.2.3