| Index: third_party/WebKit/Source/core/layout/MultiColumnFragmentainerGroup.h
|
| diff --git a/third_party/WebKit/Source/core/layout/MultiColumnFragmentainerGroup.h b/third_party/WebKit/Source/core/layout/MultiColumnFragmentainerGroup.h
|
| index 343c8df31e7f31fcfe940378e79304fa4406e281..fcf5a21235a364abd10c085d69eb0671abae8ca8 100644
|
| --- a/third_party/WebKit/Source/core/layout/MultiColumnFragmentainerGroup.h
|
| +++ b/third_party/WebKit/Source/core/layout/MultiColumnFragmentainerGroup.h
|
| @@ -67,6 +67,7 @@ public:
|
| LayoutPoint visualPointToFlowThreadPoint(const LayoutPoint& visualPoint) const;
|
| LayoutRect fragmentsBoundingBox(const LayoutRect& boundingBoxInFlowThread) const;
|
|
|
| + LayoutRect flowThreadPortionRectAt(unsigned columnIndex) const;
|
| LayoutRect flowThreadPortionOverflowRectAt(unsigned columnIndex) const;
|
|
|
| // Get the first and the last column intersecting the specified block range.
|
| @@ -93,7 +94,6 @@ private:
|
|
|
| LayoutRect columnRectAt(unsigned columnIndex) const;
|
| LayoutUnit logicalTopInFlowThreadAt(unsigned columnIndex) const { return m_logicalTopInFlowThread + columnIndex * m_columnHeight; }
|
| - LayoutRect flowThreadPortionRectAt(unsigned columnIndex) const;
|
|
|
| // Return the column that the specified visual point belongs to. Only the coordinate on the
|
| // column progression axis is relevant. Every point belongs to a column, even if said point is
|
|
|