Index: Source/core/layout/line/RootInlineBox.cpp |
diff --git a/Source/core/layout/line/RootInlineBox.cpp b/Source/core/layout/line/RootInlineBox.cpp |
index b4c3c2158c027f61bc6aa188e2413e03a27a0482..56fd8045cc018ef6bd65cde3e555225440380f2e 100644 |
--- a/Source/core/layout/line/RootInlineBox.cpp |
+++ b/Source/core/layout/line/RootInlineBox.cpp |
@@ -815,12 +815,6 @@ bool RootInlineBox::fitsToGlyphs() const |
return isHorizontal() && (lineBoxContain & LineBoxContainGlyphs); |
} |
-bool RootInlineBox::includesRootLineBoxFontOrLeading() const |
-{ |
- LineBoxContain lineBoxContain = lineLayoutItem().style()->lineBoxContain(); |
- return (lineBoxContain & LineBoxContainBlock) || (lineBoxContain & LineBoxContainInline) || (lineBoxContain & LineBoxContainFont); |
-} |
- |
Node* RootInlineBox::getLogicalStartBoxWithNode(InlineBox*& startBox) const |
{ |
Vector<InlineBox*> leafBoxesInLogicalOrder; |