aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar reed <reed@google.com>2014-09-18 13:36:11 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-09-18 13:36:11 -0700
commitabfaf63bd0331fb8f20b7ef47b384fcb39418669 (patch)
treef585e2df52ce9bb5297d27057c6d612beb228678 /tools
parent23e280d1f227d94f6b3dfd0b47359cca1569e1b4 (diff)
remove no-op override
NOTREECHECKS=True NOTRY=True R=egdaniel@google.com Author: reed@google.com Review URL: https://codereview.chromium.org/586463002
Diffstat (limited to 'tools')
-rw-r--r--tools/iOSShell.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/iOSShell.h b/tools/iOSShell.h
index 7473e0187c..a0a0a5e8a5 100644
--- a/tools/iOSShell.h
+++ b/tools/iOSShell.h
@@ -19,11 +19,6 @@ public:
ShellWindow(void* hwnd, int argc, char** argv);
virtual ~ShellWindow();
- virtual SkCanvas* createCanvas() SK_OVERRIDE {
- SkCanvas* canvas = this->INHERITED::createCanvas();
- return canvas;
- }
-
protected:
virtual void onSizeChange() SK_OVERRIDE;