Index: third_party/WebKit/Source/core/layout/ng/inline/ng_line_breaker.h |
diff --git a/third_party/WebKit/Source/core/layout/ng/inline/ng_line_breaker.h b/third_party/WebKit/Source/core/layout/ng/inline/ng_line_breaker.h |
index 774c961ee0637238116188e64b3f847ae0cfdcd0..a33c4ad0d572a7943e939bda4cc5a8c9533f62e5 100644 |
--- a/third_party/WebKit/Source/core/layout/ng/inline/ng_line_breaker.h |
+++ b/third_party/WebKit/Source/core/layout/ng/inline/ng_line_breaker.h |
@@ -72,7 +72,9 @@ class CORE_EXPORT NGLineBreaker { |
LayoutUnit available_width); |
LineBreakState HandleControlItem(const NGInlineItem&, NGInlineItemResult*); |
- LineBreakState HandleAtomicInline(const NGInlineItem&, NGInlineItemResult*); |
+ LineBreakState HandleAtomicInline(const NGInlineItem&, |
+ NGInlineItemResult*, |
+ const NGLineInfo&); |
void HandleFloat(const NGInlineItem&, |
NGInlineItemResults*); |