| Index: Source/core/rendering/RenderMultiColumnSet.h
|
| diff --git a/Source/core/rendering/RenderMultiColumnSet.h b/Source/core/rendering/RenderMultiColumnSet.h
|
| index a1f6eae2070b2e07fb69f558b03fc3cd8154ac16..e7079dcac5df15a809ec7710bc075a43a32f89f2 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; }
|
|
|