| 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 2c2a5a057b2d07e2f8e2a30beeb49a2f0378722a..bf5e0d81113dcba2241597b406899293d821b613 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;
|
|
|