| Index: third_party/WebKit/Source/core/layout/LayoutView.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutView.cpp b/third_party/WebKit/Source/core/layout/LayoutView.cpp
|
| index a2603d5da1ea50c30ac504d0855a0c5435350f90..04fd60e700f29ea69fdc099b00fa0ec8a955305e 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutView.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutView.cpp
|
| @@ -279,6 +279,7 @@ void LayoutView::UpdateLayout() {
|
| !ShouldUsePrintingLayout() &&
|
| (!frame_view_ || LogicalWidth() != ViewLogicalWidthForBoxSizing() ||
|
| LogicalHeight() != ViewLogicalHeightForBoxSizing());
|
| +
|
| if (relayout_children) {
|
| layout_scope.SetChildNeedsLayout(this);
|
| for (LayoutObject* child = FirstChild(); child;
|
|
|