| Index: third_party/WebKit/Source/core/layout/LayoutMultiColumnSet.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutMultiColumnSet.cpp b/third_party/WebKit/Source/core/layout/LayoutMultiColumnSet.cpp
|
| index 11bddd08be861778d553b5ca29672e4b06692db8..378540b6077cae9b76be49963f3f695a3381cb60 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutMultiColumnSet.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutMultiColumnSet.cpp
|
| @@ -209,11 +209,6 @@ LayoutPoint LayoutMultiColumnSet::visualPointToFlowThreadPoint(const LayoutPoint
|
| return row.visualPointToFlowThreadPoint(visualPoint - row.offsetFromColumnSet());
|
| }
|
|
|
| -void LayoutMultiColumnSet::updateMinimumColumnHeight(LayoutUnit offsetInFlowThread, LayoutUnit height)
|
| -{
|
| - fragmentainerGroupAtFlowThreadOffset(offsetInFlowThread).updateMinimumColumnHeight(height);
|
| -}
|
| -
|
| LayoutUnit LayoutMultiColumnSet::pageLogicalTopForOffset(LayoutUnit offset) const
|
| {
|
| return fragmentainerGroupAtFlowThreadOffset(offset).columnLogicalTopForOffset(offset);
|
|
|