| 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 7e9e601c788089fe22635ceeef3d4f8be44c3366..6e211718081d091776db873c4e9c993f4f67207a 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
|
| @@ -75,6 +75,10 @@ class CORE_EXPORT NGInlineLayoutAlgorithm final
|
| NGLineBoxFragmentBuilder*,
|
| NGTextFragmentBuilder*);
|
|
|
| + void ApplyTextAlign(LayoutUnit* line_left,
|
| + LayoutUnit inline_size,
|
| + LayoutUnit available_width);
|
| +
|
| // Finds the next layout opportunity for the next text fragment.
|
| void FindNextLayoutOpportunity();
|
|
|
|
|