| 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 91e67bbfa3ec91e34540a4f522ef34fc8b0556f7..d92d9735c62f0033389ae67afca5a111720a167c 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutMultiColumnSet.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutMultiColumnSet.h
|
| @@ -107,6 +107,11 @@ class CORE_EXPORT LayoutMultiColumnSet : public LayoutBlockFlow {
|
| LayoutUnit pageRemainingLogicalHeightForOffset(LayoutUnit,
|
| PageBoundaryRule) const;
|
| bool isPageLogicalHeightKnown() const;
|
| +
|
| + // Return true if there's nothing with the current state of column balancing
|
| + // that prevents us from inserting additional fragmentainer groups, if needed.
|
| + bool newFragmentainerGroupsAllowed() const;
|
| +
|
| LayoutUnit tallestUnbreakableLogicalHeight() const {
|
| return m_tallestUnbreakableLogicalHeight;
|
| }
|
|
|