| Index: Source/core/layout/line/RootInlineBox.h
|
| diff --git a/Source/core/layout/line/RootInlineBox.h b/Source/core/layout/line/RootInlineBox.h
|
| index 09cf61c43f235428e4061df07982bcb6d6856563..481e38505aab358cc704958f1131965e4092f892 100644
|
| --- a/Source/core/layout/line/RootInlineBox.h
|
| +++ b/Source/core/layout/line/RootInlineBox.h
|
| @@ -148,10 +148,6 @@ public:
|
| void ascentAndDescentForBox(InlineBox*, GlyphOverflowAndFallbackFontsMap&, int& ascent, int& descent, bool& affectsAscent, bool& affectsDescent) const;
|
| LayoutUnit verticalPositionForBox(InlineBox*, VerticalPositionCache&);
|
| bool includeLeadingForBox(InlineBox*) const;
|
| - bool includeFontForBox(InlineBox*) const;
|
| - bool includeGlyphsForBox(InlineBox*) const;
|
| - bool includeMarginForBox(InlineBox*) const;
|
| - bool fitsToGlyphs() const;
|
|
|
| LayoutUnit logicalTopVisualOverflow() const
|
| {
|
|
|