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:
parent
23e280d1f2
commit
abfaf63bd0
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user