| Index: third_party/WebKit/Source/core/layout/ng/inline/ng_inline_layout_algorithm.h
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/inline/ng_inline_layout_algorithm.h b/third_party/WebKit/Source/core/layout/ng/inline/ng_inline_layout_algorithm.h
|
| index fe8b26db6ae2c205e50078ac5505a00a4f477fb8..fb497859c4bdabab3e4eb55d5481b522efdbc134 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/inline/ng_inline_layout_algorithm.h
|
| +++ b/third_party/WebKit/Source/core/layout/ng/inline/ng_inline_layout_algorithm.h
|
| @@ -62,8 +62,7 @@ class CORE_EXPORT NGInlineLayoutAlgorithm final
|
| NGLineBoxFragmentBuilder*,
|
| NGTextFragmentBuilder*);
|
|
|
| - void ApplyTextAlign(const ComputedStyle&,
|
| - ETextAlign,
|
| + void ApplyTextAlign(ETextAlign,
|
| LayoutUnit* line_left,
|
| LayoutUnit inline_size,
|
| LayoutUnit available_width);
|
|
|