| Index: third_party/WebKit/Source/core/layout/ng/layout_ng_block_flow.cc
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/layout_ng_block_flow.cc b/third_party/WebKit/Source/core/layout/ng/layout_ng_block_flow.cc
|
| index 07ce05e6970cdac737f9b1403fef541605129a3f..2a4538edaf010e6c33d6f46bf73d4eed75d62acd 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/layout_ng_block_flow.cc
|
| +++ b/third_party/WebKit/Source/core/layout/ng/layout_ng_block_flow.cc
|
| @@ -47,6 +47,8 @@ void LayoutNGBlockFlow::UpdateBlockLayout(bool relayout_children) {
|
|
|
| for (auto& descendant : result->OutOfFlowDescendants())
|
| descendant->UseOldOutOfFlowPositioning();
|
| +
|
| + UpdateAfterLayout();
|
| ClearNeedsLayout();
|
| }
|
|
|
|
|