| Index: third_party/WebKit/Source/core/layout/LayoutBlockFlow.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutBlockFlow.cpp b/third_party/WebKit/Source/core/layout/LayoutBlockFlow.cpp
|
| index 3843492539b1378ebf683c944c6f3fa734218c25..a3763fa837746c756958aedf484e793002ef6726 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBlockFlow.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBlockFlow.cpp
|
| @@ -178,7 +178,7 @@ LayoutObject* LayoutBlockFlow::layoutSpecialExcludedChild(bool relayoutChildren,
|
| if (!flowThread)
|
| return nullptr;
|
| setLogicalTopForChild(*flowThread, borderBefore() + paddingBefore());
|
| - flowThread->layoutColumns(relayoutChildren, layoutScope);
|
| + flowThread->layoutColumns(layoutScope);
|
| determineLogicalLeftPositionForChild(*flowThread);
|
| return flowThread;
|
| }
|
|
|