| Index: third_party/WebKit/Source/core/layout/LayoutFlowThread.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutFlowThread.h b/third_party/WebKit/Source/core/layout/LayoutFlowThread.h
|
| index 03b0eb823f11a60d2bad585deb45d14c9bc94160..e9446d8d6f40ff07d71b97a2ba9f6d631814d14a 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutFlowThread.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutFlowThread.h
|
| @@ -87,11 +87,9 @@ public:
|
| LayoutUnit pageLogicalHeightForOffset(LayoutUnit);
|
| LayoutUnit pageRemainingLogicalHeightForOffset(LayoutUnit, PageBoundaryRule);
|
|
|
| - virtual void setPageBreak(LayoutUnit /*offset*/, LayoutUnit /*spaceShortage*/) { }
|
| + virtual void contentWasLaidOut(LayoutUnit logicalTopInFlowThreadAfterPagination) = 0;
|
| virtual void updateMinimumPageHeight(LayoutUnit /*offset*/, LayoutUnit /*minHeight*/) { }
|
|
|
| - virtual bool addForcedColumnBreak(LayoutUnit, LayoutObject* breakChild, bool isBefore, LayoutUnit* offsetBreakAdjustment = nullptr) { return false; }
|
| -
|
| virtual bool isPageLogicalHeightKnown() const { return true; }
|
| bool pageLogicalSizeChanged() const { return m_pageLogicalSizeChanged; }
|
|
|
|
|