Index: third_party/WebKit/Source/core/layout/LayoutBlockFlow.h |
diff --git a/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h b/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h |
index 68e235505e8c1d701348566a949e63623bd338a4..71c55f144f1bd92fe13dc025d05766d30825c406 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h |
@@ -940,6 +940,11 @@ class CORE_EXPORT LayoutBlockFlow : public LayoutBlock { |
const BidiStatus& endLineStatus); |
void deleteEllipsisLineBoxes(); |
void checkLinesForTextOverflow(); |
+ void tryPlacingEllipsisOnAtomicInlines(RootInlineBox*, |
+ LayoutUnit blockRightEdge, |
+ LayoutUnit blockLeftEdge, |
+ LayoutUnit width, |
+ const AtomicString&); |
void markLinesDirtyInBlockRange(LayoutUnit logicalTop, |
LayoutUnit logicalBottom, |
RootInlineBox* highest = nullptr); |