| 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 35002968ef5a51580f1526b222d4cdc193031d80..02574861a76020291953f415754ea45bc52f065d 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| @@ -4060,6 +4060,8 @@ void WebViewImpl::layoutUpdated(WebLocalFrameImpl* webframe)
|
| if (view->needsLayout())
|
| view->layout();
|
|
|
| + m_fullscreenController->didUpdateLayout();
|
| +
|
| m_client->didUpdateLayout();
|
| }
|
|
|
|
|