| Index: third_party/WebKit/Source/web/WebViewFrameWidget.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebViewFrameWidget.cpp b/third_party/WebKit/Source/web/WebViewFrameWidget.cpp
|
| index 8ae5ca4904a9f8001dade036936af20f7d6e1e69..0ed5769c41589233b8ee0aae4c00fe23446254e3 100644
|
| --- a/third_party/WebKit/Source/web/WebViewFrameWidget.cpp
|
| +++ b/third_party/WebKit/Source/web/WebViewFrameWidget.cpp
|
| @@ -230,11 +230,6 @@ WebPagePopup* WebViewFrameWidget::pagePopup() const
|
| return m_webView->pagePopup();
|
| }
|
|
|
| -void WebViewFrameWidget::setTopControlsHeight(float height, bool topControlsShrinkLayoutSize)
|
| -{
|
| - return m_webView->setTopControlsHeight(height, topControlsShrinkLayoutSize);
|
| -}
|
| -
|
| void WebViewFrameWidget::updateTopControlsState(WebTopControlsState constraints, WebTopControlsState current, bool animate)
|
| {
|
| return m_webView->updateTopControlsState(constraints, current, animate);
|
|
|