| 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 d39e0314420a1617e4b77eb87ec06d7062d7d32e..643d334287ee836f25318f7a7ae6f9cd35dd206b 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutFlexibleBox.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutFlexibleBox.cpp
|
| @@ -288,8 +288,7 @@
|
|
|
| layoutFlexItems(relayoutChildren, layoutScope);
|
|
|
| - if (LayoutBlock::finishDelayUpdateScrollInfo(&layoutScope))
|
| - layoutFlexItems(false, layoutScope);
|
| + LayoutBlock::finishDelayUpdateScrollInfo();
|
|
|
| if (logicalHeight() != previousHeight)
|
| relayoutChildren = true;
|
|
|