| Index: sky/engine/core/loader/EmptyClients.h
|
| diff --git a/sky/engine/core/loader/EmptyClients.h b/sky/engine/core/loader/EmptyClients.h
|
| index efc3f13622008100e7b4219d843d4804d36bc2ad..fcd30bdbdb62c152d7f4f5f9ca61908c49db319a 100644
|
| --- a/sky/engine/core/loader/EmptyClients.h
|
| +++ b/sky/engine/core/loader/EmptyClients.h
|
| @@ -84,8 +84,6 @@ public:
|
|
|
| virtual bool tabsToLinks() override { return false; }
|
|
|
| - virtual void invalidateContentsAndRootView(const IntRect&) override { }
|
| - virtual void invalidateContentsForSlowScroll(const IntRect&) override { }
|
| virtual void scheduleAnimation() override { }
|
|
|
| virtual IntRect rootViewToScreen(const IntRect& r) const override { return r; }
|
|
|