Index: webkit/glue/chrome_client_impl.h |
=================================================================== |
--- webkit/glue/chrome_client_impl.h (revision 13128) |
+++ webkit/glue/chrome_client_impl.h (working copy) |
@@ -102,7 +102,8 @@ |
virtual WebCore::IntPoint screenToWindow(const WebCore::IntPoint&) const; |
virtual WebCore::IntRect windowToScreen(const WebCore::IntRect&) const; |
virtual PlatformWidget platformWindow() const; |
- virtual void contentsSizeChanged(WebCore::Frame*, const WebCore::IntSize&) const {} |
+ virtual void contentsSizeChanged(WebCore::Frame*, |
+ const WebCore::IntSize&) const; |
virtual void mouseDidMoveOverElement(const WebCore::HitTestResult& result, |
unsigned modifierFlags); |