| Index: Source/core/page/ChromeClient.h
|
| diff --git a/Source/core/page/ChromeClient.h b/Source/core/page/ChromeClient.h
|
| index 3d8180b8a220cbd0bb541db631d80632442c9127..7ddcd06bb8961cfd837e50146e63277b37837b1b 100644
|
| --- a/Source/core/page/ChromeClient.h
|
| +++ b/Source/core/page/ChromeClient.h
|
| @@ -144,7 +144,7 @@ public:
|
| // Methods used by HostWindow.
|
| virtual void invalidateContentsAndRootView(const IntRect&) = 0;
|
| virtual void invalidateContentsForSlowScroll(const IntRect&) = 0;
|
| - virtual void scroll(const IntSize&, const IntRect&, const IntRect&) = 0;
|
| + virtual void scroll() = 0;
|
| virtual IntRect rootViewToScreen(const IntRect&) const = 0;
|
| virtual blink::WebScreenInfo screenInfo() const = 0;
|
| virtual void setCursor(const Cursor&) = 0;
|
|
|