Index: third_party/WebKit/Source/core/layout/LayoutDeprecatedFlexibleBox.cpp |
diff --git a/third_party/WebKit/Source/core/layout/LayoutDeprecatedFlexibleBox.cpp b/third_party/WebKit/Source/core/layout/LayoutDeprecatedFlexibleBox.cpp |
index ae2eadfc902ce6e935f2d21b54182063f5168300..697ce090f68bdc40dcdf379503a3fc5a9ad0dab5 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutDeprecatedFlexibleBox.cpp |
+++ b/third_party/WebKit/Source/core/layout/LayoutDeprecatedFlexibleBox.cpp |
@@ -1184,7 +1184,8 @@ void LayoutDeprecatedFlexibleBox::applyLineClamp(FlexBoxIterator& iterator, |
LayoutUnit blockLeftEdge = destBlock.logicalLeftOffsetForLine( |
lastVisibleLine->y(), DoNotIndentText); |
lastVisibleLine->placeEllipsis(ellipsisStr, leftToRight, blockLeftEdge, |
- blockRightEdge, LayoutUnit(totalWidth)); |
+ blockRightEdge, LayoutUnit(totalWidth), |
+ LayoutUnit(), false); |
destBlock.setHasMarkupTruncation(true); |
} |
} |