Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2007)

Unified Diff: tools/iOSShell.h

Issue 586463002: remove no-op override (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698