aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/iOSShell.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/iOSShell.h')
-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;