diff options
author | reed <reed@google.com> | 2014-09-18 13:36:11 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-09-18 13:36:11 -0700 |
commit | abfaf63bd0331fb8f20b7ef47b384fcb39418669 (patch) | |
tree | f585e2df52ce9bb5297d27057c6d612beb228678 /tools | |
parent | 23e280d1f227d94f6b3dfd0b47359cca1569e1b4 (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.h | 5 |
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; |