| Index: third_party/WebKit/Source/core/layout/LayoutFlexibleBox.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutFlexibleBox.cpp b/third_party/WebKit/Source/core/layout/LayoutFlexibleBox.cpp
|
| index bf5e0d81113dcba2241597b406899293d821b613..2c2a5a057b2d07e2f8e2a30beeb49a2f0378722a 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutFlexibleBox.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutFlexibleBox.cpp
|
| @@ -288,7 +288,8 @@ void LayoutFlexibleBox::layoutBlock(bool relayoutChildren)
|
|
|
| layoutFlexItems(relayoutChildren, layoutScope);
|
|
|
| - LayoutBlock::finishDelayUpdateScrollInfo();
|
| + if (LayoutBlock::finishDelayUpdateScrollInfo(&layoutScope))
|
| + layoutFlexItems(false, layoutScope);
|
|
|
| if (logicalHeight() != previousHeight)
|
| relayoutChildren = true;
|
|
|