| Index: third_party/WebKit/Source/core/layout/LayoutMultiColumnFlowThread.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutMultiColumnFlowThread.h b/third_party/WebKit/Source/core/layout/LayoutMultiColumnFlowThread.h
|
| index 8eb73a60fe7baf9d9354326d9bd738207ce142a9..084b16e45e5e74d261db6f5bd8b23282a8d6d94e 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutMultiColumnFlowThread.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutMultiColumnFlowThread.h
|
| @@ -192,9 +192,6 @@ public:
|
| LayoutMultiColumnFlowThread* enclosingFlowThread() const;
|
| LayoutUnit blockOffsetInEnclosingFlowThread() const { ASSERT(enclosingFlowThread()); return m_blockOffsetInEnclosingFlowThread; }
|
|
|
| - // Return true if we have a fragmentainer group that can hold a column at the specified flow thread block offset.
|
| - bool hasFragmentainerGroupForColumnAt(LayoutUnit offsetInFlowThread) const;
|
| -
|
| // If we've run out of columns in the last fragmentainer group (column row), we have to insert
|
| // another fragmentainer group in order to hold more columns. This means that we're moving to
|
| // the next outer column (in the enclosing fragmentation context).
|
|
|