| Index: Source/core/loader/EmptyClients.h
|
| diff --git a/Source/core/loader/EmptyClients.h b/Source/core/loader/EmptyClients.h
|
| index 37e21d5d7d8ddc18d613ad5bbb7428fa31849616..5c4ff7f4ee6ce5d591f3f1ee7247b23f06809fc7 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; }
|
|
|