| Index: Source/core/loader/EmptyClients.h
|
| diff --git a/Source/core/loader/EmptyClients.h b/Source/core/loader/EmptyClients.h
|
| index c590ea57c9ae5154827e23bc238d6d88b0113a5b..5adaea0bc23a2cfb47290845321278781bf22752 100644
|
| --- a/Source/core/loader/EmptyClients.h
|
| +++ b/Source/core/loader/EmptyClients.h
|
| @@ -128,7 +128,7 @@ public:
|
|
|
| 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() OVERRIDE { }
|
| virtual void scheduleAnimation() OVERRIDE { }
|
|
|
| virtual IntRect rootViewToScreen(const IntRect& r) const OVERRIDE { return r; }
|
|
|