| Index: Source/web/ChromeClientImpl.h
|
| diff --git a/Source/web/ChromeClientImpl.h b/Source/web/ChromeClientImpl.h
|
| index a6dd70f0e136b77f155547dd4037c915762dd7e9..a6ff65a3feb4385c16d66f8834254cf6c9785ce4 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;
|
|
|