| 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 65ee5a44bbc67c7c1921373629f9029e5bb8e352..7b68e77411372a3770e4174dbc9081fe0c7b2659 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutMultiColumnFlowThread.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutMultiColumnFlowThread.h
|
| @@ -237,6 +237,7 @@ private:
|
| void computeLogicalHeight(LayoutUnit logicalHeight, LayoutUnit logicalTop, LogicalExtentComputedValues&) const override;
|
| void updateLogicalWidth() override;
|
| void contentWasLaidOut(LayoutUnit logicalBottomInFlowThreadAfterPagination) override;
|
| + bool canSkipLayout(const LayoutBox&) const 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
|
|
|