| Index: third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm.h
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm.h b/third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm.h
|
| index 904777d201ab20b0328e452e3e2376dcb4258fb5..a14a04298ac44fdce0691b49b0c8bbe8f8e7cca4 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm.h
|
| +++ b/third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm.h
|
| @@ -47,8 +47,8 @@ class CORE_EXPORT NGBlockLayoutAlgorithm : public NGLayoutAlgorithm {
|
| NGConstraintSpace*,
|
| RefPtr<NGLayoutResult>);
|
|
|
| - // Layout inline children.
|
| - void LayoutInlineChildren(NGInlineNode*, NGConstraintSpace*);
|
| + // Layout inline child.
|
| + void LayoutInlineChild(NGInlineNode*, NGConstraintSpace*);
|
|
|
| // Final adjustments before fragment creation. We need to prevent the
|
| // fragment from crossing fragmentainer boundaries, and rather create a break
|
|
|