| Index: sky/engine/web/WebViewImpl.h
|
| diff --git a/sky/engine/web/WebViewImpl.h b/sky/engine/web/WebViewImpl.h
|
| index b72cf0f712b05ca7c520b82a116ec1b029ed096e..ffec450d9a10b0882a9686797b2b7ba8d66f46f8 100644
|
| --- a/sky/engine/web/WebViewImpl.h
|
| +++ b/sky/engine/web/WebViewImpl.h
|
| @@ -31,6 +31,7 @@
|
| #ifndef SKY_ENGINE_WEB_WEBVIEWIMPL_H_
|
| #define SKY_ENGINE_WEB_WEBVIEWIMPL_H_
|
|
|
| +#include "sky/engine/core/rendering/HitTestResult.h"
|
| #include "sky/engine/platform/geometry/IntPoint.h"
|
| #include "sky/engine/platform/geometry/IntRect.h"
|
| #include "sky/engine/public/platform/WebInputEvent.h"
|
| @@ -54,6 +55,7 @@ class Frame;
|
| class WebLocalFrameImpl;
|
| class WebImage;
|
| class WebSettingsImpl;
|
| +class Page;
|
|
|
| class WebViewImpl final : public WebView, public RefCounted<WebViewImpl> {
|
| public:
|
| @@ -154,13 +156,6 @@ public:
|
| // not take the user away from the current page.
|
| void didCommitLoad(bool isNewNavigation, bool isNavigationWithinPage);
|
|
|
| - // Indicates two things:
|
| - // 1) This view may have a new layout now.
|
| - // 2) Calling layout() is a no-op.
|
| - // After calling WebWidget::layout(), expect to get this notification
|
| - // unless the view did not need a layout.
|
| - void layoutUpdated(WebLocalFrameImpl*);
|
| -
|
| void updateMainFrameLayoutSize();
|
|
|
| void scheduleVisualUpdate();
|
|
|