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

Unified Diff: third_party/WebKit/Source/core/layout/line/RootInlineBox.cpp

Issue 2602793004: Fix positioning of "text-underline-position:under" for multi-elements (Closed)
Patch Set: drott nit Created 3 years, 11 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
Index: third_party/WebKit/Source/core/layout/line/RootInlineBox.cpp
diff --git a/third_party/WebKit/Source/core/layout/line/RootInlineBox.cpp b/third_party/WebKit/Source/core/layout/line/RootInlineBox.cpp
index c52beeb4b800a96c97c3cca76b7c111723f7d57c..0810e28bf99c21ed525964a7e95562f6e26e090e 100644
--- a/third_party/WebKit/Source/core/layout/line/RootInlineBox.cpp
+++ b/third_party/WebKit/Source/core/layout/line/RootInlineBox.cpp
@@ -302,12 +302,6 @@ LayoutUnit RootInlineBox::alignBoxesInBlockDirection(
return heightOfBlock + maxHeight;
}
-LayoutUnit RootInlineBox::maxLogicalTop() const {
- LayoutUnit maxLogicalTop;
- computeMaxLogicalTop(maxLogicalTop);
- return maxLogicalTop;
-}
-
LayoutUnit RootInlineBox::beforeAnnotationsAdjustment() const {
LayoutUnit result;

Powered by Google App Engine
This is Rietveld 408576698