Changeset 156613 in webkit for trunk/Source/WebCore/rendering/RenderDeprecatedFlexibleBox.cpp
- Timestamp:
- Sep 28, 2013, 9:34:37 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/rendering/RenderDeprecatedFlexibleBox.cpp
r156608 r156613 1016 1016 InlineBox* anchorBox = lastLine->lastChild(); 1017 1017 if (anchorBox && anchorBox->renderer().style()->isLink()) 1018 totalWidth = anchorBox->logicalWidth() + font.width(constructTextRun(this, font, ellipsisAndSpace, 2, style()));1018 totalWidth = anchorBox->logicalWidth() + font.width(constructTextRun(this, font, ellipsisAndSpace, 2, *style())); 1019 1019 else { 1020 1020 anchorBox = 0; 1021 totalWidth = font.width(constructTextRun(this, font, &horizontalEllipsis, 1, style()));1021 totalWidth = font.width(constructTextRun(this, font, &horizontalEllipsis, 1, *style())); 1022 1022 } 1023 1023
Note:
See TracChangeset
for help on using the changeset viewer.