| Index: third_party/WebKit/Source/core/layout/LayoutMultiColumnSet.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutMultiColumnSet.h b/third_party/WebKit/Source/core/layout/LayoutMultiColumnSet.h
|
| index d92d9735c62f0033389ae67afca5a111720a167c..915b650a8126d7c841463d6e73f6ebed83f51cc3 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutMultiColumnSet.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutMultiColumnSet.h
|
| @@ -160,11 +160,6 @@ class CORE_EXPORT LayoutMultiColumnSet : public LayoutBlockFlow {
|
| }
|
|
|
| LayoutRect flowThreadPortionRect() const;
|
| - LayoutRect flowThreadPortionOverflowRect() const;
|
| - LayoutRect overflowRectForFlowThreadPortion(
|
| - const LayoutRect& flowThreadPortionRect,
|
| - bool isFirstPortion,
|
| - bool isLastPortion) const;
|
|
|
| // The used CSS value of column-count, i.e. how many columns there are room
|
| // for without overflowing.
|
|
|