Index: Source/core/rendering/RenderBlock.h |
diff --git a/Source/core/rendering/RenderBlock.h b/Source/core/rendering/RenderBlock.h |
index ef98d8d896ba727a2fc68f40a1275835f458df76..989c9dfea21863d4b8f94e2ddda46dc05624fdac 100644 |
--- a/Source/core/rendering/RenderBlock.h |
+++ b/Source/core/rendering/RenderBlock.h |
@@ -476,8 +476,6 @@ public: |
LayoutUnit pageRemainingLogicalHeightForOffset(LayoutUnit offset, PageBoundaryRule = IncludePageBoundary) const; |
protected: |
- bool pushToNextPageWithMinimumLogicalHeight(LayoutUnit& adjustment, LayoutUnit logicalOffset, LayoutUnit minimumLogicalHeight) const; |
- |
// A page break is required at some offset due to space shortage in the current fragmentainer. |
void setPageBreak(LayoutUnit offset, LayoutUnit spaceShortage); |