| 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 2a9278f1b2b84e119873944585ac6ffd331baf1b..057fec773914afa5ca313bb5fc509c976c8a2fc7 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutMultiColumnFlowThread.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutMultiColumnFlowThread.h
|
| @@ -227,7 +227,6 @@ private:
|
| void computeLogicalHeight(LayoutUnit logicalHeight, LayoutUnit logicalTop, LogicalExtentComputedValues&) const override;
|
| void updateLogicalWidth() override;
|
| void contentWasLaidOut(LayoutUnit logicalTopInFlowThreadAfterPagination) override;
|
| - void updateMinimumPageHeight(LayoutUnit offset, LayoutUnit minHeight) override;
|
|
|
| // The last set we worked on. It's not to be used as the "current set". The concept of a
|
| // "current set" is difficult, since layout may jump back and forth in the tree, due to wrong
|
|
|