| Index: third_party/WebKit/Source/core/layout/ng/inline/ng_line_box_fragment_builder.h
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/inline/ng_line_box_fragment_builder.h b/third_party/WebKit/Source/core/layout/ng/inline/ng_line_box_fragment_builder.h
|
| index e7e16de1f46a6772a9efff5cbd1d4bb2dd12074b..b512216de22926cfb29d1d02210d8e0ef1197799 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/inline/ng_line_box_fragment_builder.h
|
| +++ b/third_party/WebKit/Source/core/layout/ng/inline/ng_line_box_fragment_builder.h
|
| @@ -31,6 +31,9 @@ class CORE_EXPORT NGLineBoxFragmentBuilder final {
|
| void MoveChildrenInBlockDirection(LayoutUnit);
|
| void MoveChildrenInBlockDirection(LayoutUnit, unsigned start, unsigned end);
|
|
|
| + // Moves children in inline direction to adjust to text-align property.
|
| + void MoveChildrenInInlineDirection(LayoutUnit available_inline_size);
|
| +
|
| const Vector<RefPtr<NGPhysicalFragment>>& Children() const {
|
| return children_;
|
| }
|
|
|