remove no-op override

NOTREECHECKS=True
NOTRY=True
R=egdaniel@google.com

Author: reed@google.com

Review URL: https://codereview.chromium.org/586463002
This commit is contained in:
reed 2014-09-18 13:36:11 -07:00 committed by Commit bot
parent 23e280d1f2
commit abfaf63bd0

View File

@ -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;