| Index: Source/core/rendering/RenderBlockFlow.h
|
| diff --git a/Source/core/rendering/RenderBlockFlow.h b/Source/core/rendering/RenderBlockFlow.h
|
| index 8e4a170c8bada63c14180e400e41885f81fc23c8..3ea9fad9a7c8415576f9a86b224df15c9b4341ca 100644
|
| --- a/Source/core/rendering/RenderBlockFlow.h
|
| +++ b/Source/core/rendering/RenderBlockFlow.h
|
| @@ -276,9 +276,6 @@ private:
|
| LayoutUnit adjustLogicalRightOffsetForLine(LayoutUnit offsetFromFloats, bool applyTextIndent) const;
|
| LayoutUnit adjustLogicalLeftOffsetForLine(LayoutUnit offsetFromFloats, bool applyTextIndent) const;
|
|
|
| - void fitBorderToLinesIfNeeded(); // Shrink the box in which the border paints if border-fit is set.
|
| - void adjustForBorderFit(LayoutUnit x, LayoutUnit& left, LayoutUnit& right) const; // Helper function for borderFitAdjust
|
| -
|
| virtual RootInlineBox* createRootInlineBox(); // Subclassed by SVG
|
|
|
| bool isPagedOverflow(const RenderStyle*);
|
|
|