| Index: third_party/WebKit/Source/core/dom/Document.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/Document.cpp b/third_party/WebKit/Source/core/dom/Document.cpp
|
| index fd0f51ca7d38f92ec8bf9f4d8e17b4cd052e75c0..1b51167493b41e13c37b93ed70d36dfcb9d41055 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/Document.cpp
|
| @@ -2304,6 +2304,8 @@ void Document::LayoutUpdated() {
|
| }
|
|
|
| root_scroller_controller_->DidUpdateLayout();
|
| + if (GetFrame())
|
| + GetFrame()->LayoutUpdated();
|
| }
|
|
|
| void Document::ClearFocusedElementSoon() {
|
|
|