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

Unified Diff: tools/iOSShell.h

Issue 806653007: Fix up all the easy virtual ... SK_OVERRIDE cases. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: rebase Created 5 years, 11 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 | « tools/PictureResultsWriter.h ('k') | tools/render_pdfs_main.cpp » ('j') | 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 a0a0a5e8a5c98666830bb8af485846390cb551f9..9a9608f3be2e3b79ca8592354711f9c3ac3f6223 100644
--- a/tools/iOSShell.h
+++ b/tools/iOSShell.h
@@ -20,7 +20,7 @@ public:
virtual ~ShellWindow();
protected:
- virtual void onSizeChange() SK_OVERRIDE;
+ void onSizeChange() SK_OVERRIDE;
virtual bool onDispatchClick(int x, int y, Click::State, void* owner,
unsigned modi) SK_OVERRIDE;
« no previous file with comments | « tools/PictureResultsWriter.h ('k') | tools/render_pdfs_main.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698