| 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 1e1a58403a437cc31c8b586ee80bae0fe3eaf444..f93787e18efd67a17a5773842dbf62c8e62f35b4 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
|
| @@ -94,7 +94,7 @@ class CORE_EXPORT NGBlockLayoutAlgorithm
|
| const NGConstraintSpace& child_space);
|
|
|
| // Positions the fragment that knows its BFC offset.
|
| - NGLogicalOffset PositionWithBfcOffset(const NGBoxFragment&);
|
| + NGLogicalOffset PositionWithBfcOffset(const NGLogicalOffset& bfc_offset);
|
|
|
| // Positions using the parent BFC offset.
|
| // Fragment doesn't know its offset but we can still calculate its BFC
|
| @@ -105,7 +105,7 @@ class CORE_EXPORT NGBlockLayoutAlgorithm
|
| // <div id="empty-div" style="margins: 1px"></div>
|
| NGLogicalOffset PositionWithParentBfc(const NGConstraintSpace&,
|
| const NGInflowChildData& child_data,
|
| - const NGBoxFragment&);
|
| + const NGLayoutResult&);
|
|
|
| NGLogicalOffset PositionLegacy(const NGConstraintSpace& child_space,
|
| const NGInflowChildData& child_data);
|
|
|