Index: third_party/WebKit/Source/core/layout/line/InlineBox.h |
diff --git a/third_party/WebKit/Source/core/layout/line/InlineBox.h b/third_party/WebKit/Source/core/layout/line/InlineBox.h |
index ef881ff68d1daf29332dd5580136695383c5178b..238eed12c3e1073d18fcf125c636721d6360ce55 100644 |
--- a/third_party/WebKit/Source/core/layout/line/InlineBox.h |
+++ b/third_party/WebKit/Source/core/layout/line/InlineBox.h |
@@ -326,7 +326,8 @@ class CORE_EXPORT InlineBox : public DisplayItemClient { |
LayoutUnit visibleRightEdge, |
LayoutUnit ellipsisWidth, |
LayoutUnit& truncatedWidth, |
- bool&); |
+ bool&, |
+ LayoutUnit logicalLeftOffset); |
#if DCHECK_IS_ON() |
void setHasBadParent(); |