| 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 643d334287ee836f25318f7a7ae6f9cd35dd206b..d39e0314420a1617e4b77eb87ec06d7062d7d32e 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;
|
|
|