| Index: third_party/WebKit/Source/core/layout/LayoutBlock.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutBlock.cpp b/third_party/WebKit/Source/core/layout/LayoutBlock.cpp
|
| index 272eef08d877bcfad0d5838c6bf47a33de0c1f11..9fb9ed8dde5f69085efa2a976563fee2b42cb63c 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBlock.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBlock.cpp
|
| @@ -2650,12 +2650,6 @@ void LayoutBlock::paginatedContentWasLaidOut(LayoutUnit logicalTopOffsetAfterPag
|
| flowThread->contentWasLaidOut(offsetFromLogicalTopOfFirstPage() + logicalTopOffsetAfterPagination);
|
| }
|
|
|
| -void LayoutBlock::updateMinimumPageHeight(LayoutUnit offset, LayoutUnit minHeight)
|
| -{
|
| - if (LayoutFlowThread* flowThread = flowThreadContainingBlock())
|
| - flowThread->updateMinimumPageHeight(offsetFromLogicalTopOfFirstPage() + offset, minHeight);
|
| -}
|
| -
|
| LayoutUnit LayoutBlock::collapsedMarginBeforeForChild(const LayoutBox& child) const
|
| {
|
| // If the child has the same directionality as we do, then we can just return its
|
|
|