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..275072bc8b521713147bef1e9ae3f956015edce8 100644 |
--- a/third_party/WebKit/Source/web/WebViewFrameWidget.h |
+++ b/third_party/WebKit/Source/web/WebViewFrameWidget.h |
@@ -89,7 +89,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; |