| Index: sky/engine/core/page/ChromeClient.h
|
| diff --git a/sky/engine/core/page/ChromeClient.h b/sky/engine/core/page/ChromeClient.h
|
| index 45ee6c465239e3f517ff75aa3a8b35ecf45d4cef..b9fec1c503d7e89842079a8f143c8a431ee8b4f9 100644
|
| --- a/sky/engine/core/page/ChromeClient.h
|
| +++ b/sky/engine/core/page/ChromeClient.h
|
| @@ -56,7 +56,6 @@ class Widget;
|
|
|
| struct DateTimeChooserParameters;
|
| struct GraphicsDeviceAdapter;
|
| -struct ViewportDescription;
|
|
|
| class ChromeClient {
|
| public:
|
| @@ -94,8 +93,6 @@ public:
|
| virtual void scheduleAnimation() = 0;
|
| // End methods used by HostWindow.
|
|
|
| - virtual void dispatchViewportPropertiesDidChange(const ViewportDescription&) const { }
|
| -
|
| virtual void layoutUpdated(LocalFrame*) const { }
|
|
|
| virtual void mouseDidMoveOverElement(const HitTestResult&, unsigned modifierFlags) = 0;
|
|
|