Index: Source/core/page/Chrome.h |
diff --git a/Source/core/page/Chrome.h b/Source/core/page/Chrome.h |
index 4474dd367266bcf0b71569f2ab77d223c99bd96d..3b7c6dc79662bf6901ee66f8cc5f9812e2c6184d 100644 |
--- a/Source/core/page/Chrome.h |
+++ b/Source/core/page/Chrome.h |
@@ -64,7 +64,7 @@ public: |
// HostWindow methods. |
virtual void invalidateContentsAndRootView(const IntRect&) OVERRIDE; |
virtual void invalidateContentsForSlowScroll(const IntRect&) OVERRIDE; |
- virtual void scroll(const IntSize&, const IntRect&, const IntRect&) OVERRIDE; |
+ virtual void scroll(const IntRect&) OVERRIDE; |
virtual IntRect rootViewToScreen(const IntRect&) const OVERRIDE; |
virtual blink::WebScreenInfo screenInfo() const OVERRIDE; |