| Index: Source/core/rendering/RenderMultiColumnSet.h
|
| diff --git a/Source/core/rendering/RenderMultiColumnSet.h b/Source/core/rendering/RenderMultiColumnSet.h
|
| index 57b09aa1136649e8c7f6369f2307dd737150b68e..03f5b26e8f5efdd6a648c79d195276475274d703 100644
|
| --- a/Source/core/rendering/RenderMultiColumnSet.h
|
| +++ b/Source/core/rendering/RenderMultiColumnSet.h
|
| @@ -65,6 +65,8 @@ public:
|
|
|
| RenderMultiColumnSet* nextSiblingMultiColumnSet() const;
|
|
|
| + LayoutUnit logicalBottomInFlowThread() const { return isHorizontalWritingMode() ? flowThreadPortionRect().maxY() : flowThreadPortionRect().maxX(); }
|
| +
|
| unsigned computedColumnCount() const { return m_computedColumnCount; }
|
| LayoutUnit computedColumnWidth() const { return m_computedColumnWidth; }
|
| LayoutUnit computedColumnHeight() const { return m_computedColumnHeight; }
|
|
|