Index: Source/core/rendering/RenderBlock.h |
diff --git a/Source/core/rendering/RenderBlock.h b/Source/core/rendering/RenderBlock.h |
index 86f764a45b39a6255cb583efd07d2ec0c6cc3840..ff4e525e32e8b1e8cd63743d04a3e0e7651548d2 100644 |
--- a/Source/core/rendering/RenderBlock.h |
+++ b/Source/core/rendering/RenderBlock.h |
@@ -424,9 +424,6 @@ private: |
void adjustPointToColumnContents(LayoutPoint&) const; |
- void fitBorderToLinesIfNeeded(); // Shrink the box in which the border paints if border-fit is set. |
- virtual void adjustForBorderFit(LayoutUnit x, LayoutUnit& left, LayoutUnit& right) const; // Helper function for borderFitAdjust |
- |
void markLinesDirtyInBlockRange(LayoutUnit logicalTop, LayoutUnit logicalBottom, RootInlineBox* highest = 0); |
Position positionForBox(InlineBox*, bool start = true) const; |