Chromium Code Reviews| Index: tools/iOSShell.h |
| diff --git a/tools/iOSShell.h b/tools/iOSShell.h |
| index 7473e0187c6bc5c5b42e6fa4a9b7d0864cf7e770..a0a0a5e8a5c98666830bb8af485846390cb551f9 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; |