| Index: third_party/WebKit/Source/core/layout/LayoutMultiColumnFlowThread.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutMultiColumnFlowThread.h b/third_party/WebKit/Source/core/layout/LayoutMultiColumnFlowThread.h
|
| index f8ee93602a59446033603da42e1b9d6ad3b8012a..2a9278f1b2b84e119873944585ac6ffd331baf1b 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutMultiColumnFlowThread.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutMultiColumnFlowThread.h
|
| @@ -175,7 +175,7 @@ public:
|
|
|
| LayoutMultiColumnSet* columnSetAtBlockOffset(LayoutUnit) const final;
|
|
|
| - void layoutColumns(bool relayoutChildren, SubtreeLayoutScope&);
|
| + void layoutColumns(SubtreeLayoutScope&);
|
|
|
| bool isInInitialLayoutPass() const { return !m_inBalancingPass; }
|
|
|
|
|