| 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 74aaac469d36903164a9a4c8afb4ce853cd67f02..479ac4bbef9b4149a9c6499e1c9962553bf355a8 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
|
| @@ -53,8 +53,8 @@ class CORE_EXPORT NGBlockLayoutAlgorithm : public NGLayoutAlgorithm {
|
| // @param space Constraint space for the block.
|
| // @param child_margins Margins information for the current child.
|
| // @param fragment Current child's fragment.
|
| - // @return Margin block start based on collapsed margins result.
|
| - LayoutUnit CollapseMargins(const NGConstraintSpace& space,
|
| + // @return NGBoxStrut with margins block start/end.
|
| + NGBoxStrut CollapseMargins(const NGConstraintSpace& space,
|
| const NGBoxStrut& child_margins,
|
| const NGFragment& fragment);
|
|
|
|
|