| 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 0003e29d42b451d8872648ca81a9b81b86e07a54..ec07e20a9f3795b87c44d73ed28a8790d8c32370 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| @@ -1831,7 +1831,8 @@ void WebViewImpl::performResize()
|
|
|
| void WebViewImpl::updateTopControlsState(WebTopControlsState constraint, WebTopControlsState current, bool animate)
|
| {
|
| - topControls().updateConstraints(constraint);
|
| + topControls().updateConstraintsAndState(constraint, current, animate);
|
| +
|
| if (m_layerTreeView)
|
| m_layerTreeView->updateTopControlsState(constraint, current, animate);
|
| }
|
|
|