| Index: Source/core/layout/LayoutText.cpp
|
| diff --git a/Source/core/layout/LayoutText.cpp b/Source/core/layout/LayoutText.cpp
|
| index ed1bb2720d05c38384c5fa95b1b3ac162f787d5b..173f6e38383864d60c045507b7850c1b804340e4 100644
|
| --- a/Source/core/layout/LayoutText.cpp
|
| +++ b/Source/core/layout/LayoutText.cpp
|
| @@ -1111,8 +1111,6 @@ void LayoutText::computePreferredLogicalWidths(float leadWidth, HashSet<const Si
|
| m_lastLineLineMinWidth = currMaxWidth;
|
| }
|
|
|
| - // TODO(wkorman): Look into potentially removing GlyphOverflow or at least the
|
| - // computeBounds field as we no longer use it for line-box-contain implementation.
|
| GlyphOverflow glyphOverflow;
|
| glyphOverflow.setFromBounds(glyphBounds, f.fontMetrics().floatAscent(), f.fontMetrics().floatDescent(), m_maxWidth);
|
| // We shouldn't change our mind once we "know".
|
|
|