| Index: Source/core/page/ChromeClient.h
|
| diff --git a/Source/core/page/ChromeClient.h b/Source/core/page/ChromeClient.h
|
| index cce5d3cfc7e769c1ac355e1288cec3eed0016d3d..8707ff53992bd602b1a2d0b6e5aca122a07e7eb8 100644
|
| --- a/Source/core/page/ChromeClient.h
|
| +++ b/Source/core/page/ChromeClient.h
|
| @@ -151,8 +151,6 @@ public:
|
| virtual void scheduleAnimation() = 0;
|
| // End methods used by HostWindow.
|
|
|
| - virtual bool isCompositorFramePending() const = 0;
|
| -
|
| virtual void dispatchViewportPropertiesDidChange(const ViewportDescription&) const { }
|
|
|
| virtual void contentsSizeChanged(LocalFrame*, const IntSize&) const = 0;
|
|
|