| 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 ccd7cdadc7d986fcec830f0f2af1066ba2abf8be..a31d35c002b897524e2381ff93c2e66e058cdcf7 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutMultiColumnSet.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutMultiColumnSet.h
|
| @@ -97,7 +97,7 @@ public:
|
| LayoutMultiColumnSet* previousSiblingMultiColumnSet() const;
|
|
|
| // Return true if we have a fragmentainer group that can hold a column at the specified flow thread block offset.
|
| - bool hasFragmentainerGroupForColumnAt(LayoutUnit offsetInFlowThread) const;
|
| + bool hasFragmentainerGroupForColumnAt(LayoutUnit bottomOffsetInFlowThread) const;
|
|
|
| MultiColumnFragmentainerGroup& appendNewFragmentainerGroup();
|
|
|
|
|