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