| Index: third_party/WebKit/Source/core/layout/LayoutMultiColumnSet.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutMultiColumnSet.h b/third_party/WebKit/Source/core/layout/LayoutMultiColumnSet.h
|
| index 9a3f9451868542675aed348fde6c988172759562..cb18996c3b174dfcea2080aa9b0e5ab58ce3ed57 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutMultiColumnSet.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutMultiColumnSet.h
|
| @@ -159,7 +159,7 @@ class CORE_EXPORT LayoutMultiColumnSet : public LayoutBlockFlow {
|
| // group can hold without overflowing.
|
| LayoutUnit FragmentainerGroupCapacity(
|
| const MultiColumnFragmentainerGroup& group) const {
|
| - return group.LogicalHeight() * UsedColumnCount();
|
| + return group.ColumnLogicalHeight() * UsedColumnCount();
|
| }
|
|
|
| LayoutRect FlowThreadPortionRect() const;
|
|
|