| Index: sky/engine/web/ChromeClientImpl.h
|
| diff --git a/sky/engine/web/ChromeClientImpl.h b/sky/engine/web/ChromeClientImpl.h
|
| index d30ef755dde55f3921279472946a9cd57c44f004..5fd222d460e2021819e445ed7572d5ca4cd85acd 100644
|
| --- a/sky/engine/web/ChromeClientImpl.h
|
| +++ b/sky/engine/web/ChromeClientImpl.h
|
| @@ -75,8 +75,6 @@ public:
|
| const WTF::String& message, unsigned lineNumber,
|
| const WTF::String& sourceID, const WTF::String& stackTrace) override;
|
| virtual bool tabsToLinks() override;
|
| - virtual void invalidateContentsAndRootView(const IntRect&) override;
|
| - virtual void invalidateContentsForSlowScroll(const IntRect&) override;
|
| virtual void scheduleAnimation() override;
|
| virtual IntRect rootViewToScreen(const IntRect&) const override;
|
| virtual WebScreenInfo screenInfo() const override;
|
|
|