| Index: third_party/WebKit/Source/web/WebViewImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebViewImpl.cpp b/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| index f934dd0b95c4667b4254bb403d27dd5059be6195..eb43d4e90666ec53dfc856f996960f82c7fa5084 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| @@ -1859,7 +1859,7 @@ void WebViewImpl::didUpdateBrowserControls() {
|
| }
|
|
|
| BrowserControls& WebViewImpl::browserControls() {
|
| - return page()->frameHost().browserControls();
|
| + return page()->browserControls();
|
| }
|
|
|
| void WebViewImpl::resizeViewWhileAnchored(float browserControlsHeight,
|
|
|