| Index: third_party/WebKit/Source/web/WebViewFrameWidget.h
|
| diff --git a/third_party/WebKit/Source/web/WebViewFrameWidget.h b/third_party/WebKit/Source/web/WebViewFrameWidget.h
|
| index a8a76efb6cf8b28fcab1fcfe8f52cc836f3f4dd2..6497bc2874c1c5b10479547ac159e2b7152f6f32 100644
|
| --- a/third_party/WebKit/Source/web/WebViewFrameWidget.h
|
| +++ b/third_party/WebKit/Source/web/WebViewFrameWidget.h
|
| @@ -41,6 +41,7 @@ public:
|
| void close() override;
|
| WebSize size() override;
|
| void resize(const WebSize&) override;
|
| + void resize(const WebSize&, float topControlsHeight, bool topControlsShrinkLayoutViewportSize) override;
|
| void resizeVisualViewport(const WebSize&) override;
|
| void didEnterFullScreen() override;
|
| void didExitFullScreen() override;
|
| @@ -89,7 +90,6 @@ public:
|
| void didChangeWindowResizerRect() override;
|
| WebColor backgroundColor() const override;
|
| WebPagePopup* pagePopup() const override;
|
| - void setTopControlsHeight(float height, bool topControlsShrinkLayoutSize) override;
|
| void updateTopControlsState(WebTopControlsState constraints, WebTopControlsState current, bool animate) override;
|
| void setVisibilityState(WebPageVisibilityState, bool isInitialState) override;
|
| bool isTransparent() const override;
|
|
|