Index: third_party/WebKit/Source/core/layout/line/InlineFlowBox.h |
diff --git a/third_party/WebKit/Source/core/layout/line/InlineFlowBox.h b/third_party/WebKit/Source/core/layout/line/InlineFlowBox.h |
index b8fb27f79abfee2ee31904ae91efdeb1912e6e54..aabab903c79f44950f8a87022dff6b72bba92859 100644 |
--- a/third_party/WebKit/Source/core/layout/line/InlineFlowBox.h |
+++ b/third_party/WebKit/Source/core/layout/line/InlineFlowBox.h |
@@ -273,7 +273,8 @@ class InlineFlowBox : public InlineBox { |
LayoutUnit blockRightEdge, |
LayoutUnit ellipsisWidth, |
LayoutUnit& truncatedWidth, |
- bool&) override; |
+ bool&, |
+ LayoutUnit logicalLeftOffset) override; |
bool hasTextChildren() const { return m_hasTextChildren; } |
bool hasTextDescendants() const { return m_hasTextDescendants; } |