Index: Source/web/ChromeClientImpl.h |
diff --git a/Source/web/ChromeClientImpl.h b/Source/web/ChromeClientImpl.h |
index 708481c2152f78430e86c0b205bea34e4702ec00..5b9e6ff0b2797404796d0700947128318f3bbeed 100644 |
--- a/Source/web/ChromeClientImpl.h |
+++ b/Source/web/ChromeClientImpl.h |
@@ -118,9 +118,7 @@ public: |
virtual void invalidateContentsAndRootView(const WebCore::IntRect&) OVERRIDE; |
virtual void invalidateContentsForSlowScroll(const WebCore::IntRect&) OVERRIDE; |
virtual void scheduleAnimation() OVERRIDE; |
- virtual void scroll( |
- const WebCore::IntSize& scrollDelta, const WebCore::IntRect& rectToScroll, |
- const WebCore::IntRect& clipRect) OVERRIDE; |
+ virtual void scroll() OVERRIDE; |
virtual WebCore::IntRect rootViewToScreen(const WebCore::IntRect&) const OVERRIDE; |
virtual WebScreenInfo screenInfo() const OVERRIDE; |
virtual void contentsSizeChanged(WebCore::LocalFrame*, const WebCore::IntSize&) const OVERRIDE; |