Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1154)

Unified Diff: Source/core/layout/line/RootInlineBox.h

Issue 1324943004: Remove unused RootInlineBox::includesRootLineBoxFontOrLeading method. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/core/layout/line/RootInlineBox.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/line/RootInlineBox.h
diff --git a/Source/core/layout/line/RootInlineBox.h b/Source/core/layout/line/RootInlineBox.h
index b20c042b9cef3b641685ad9806cee8f1fbb93cfa..09cf61c43f235428e4061df07982bcb6d6856563 100644
--- a/Source/core/layout/line/RootInlineBox.h
+++ b/Source/core/layout/line/RootInlineBox.h
@@ -152,7 +152,6 @@ public:
bool includeGlyphsForBox(InlineBox*) const;
bool includeMarginForBox(InlineBox*) const;
bool fitsToGlyphs() const;
- bool includesRootLineBoxFontOrLeading() const;
LayoutUnit logicalTopVisualOverflow() const
{
« no previous file with comments | « no previous file | Source/core/layout/line/RootInlineBox.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698