| Index: third_party/WebKit/Source/core/layout/ng/ng_floats_utils.h
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/ng_floats_utils.h b/third_party/WebKit/Source/core/layout/ng/ng_floats_utils.h
|
| index 0a32b6feb835d5382d3dc367b994b1be3fd6c6f5..98c7faf3e9f14fb9be999c17f333895dd3da6a9b 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/ng_floats_utils.h
|
| +++ b/third_party/WebKit/Source/core/layout/ng/ng_floats_utils.h
|
| @@ -23,13 +23,15 @@ ComputeInlineSizeForUnpositionedFloat(NGConstraintSpace* parent_space,
|
| // Positions {@code unpositioned_float} into {@code new_parent_space}.
|
| // @returns A positioned float.
|
| CORE_EXPORT NGPositionedFloat
|
| -PositionFloat(NGUnpositionedFloat*, NGConstraintSpace* new_parent_space);
|
| +PositionFloat(LayoutUnit origin_block_offset,
|
| + LayoutUnit parent_bfc_block_offset,
|
| + NGUnpositionedFloat*,
|
| + NGConstraintSpace* new_parent_space);
|
|
|
| // Positions the list of {@code unpositioned_floats}. Adds them as exclusions to
|
| // {@code space}.
|
| CORE_EXPORT const Vector<NGPositionedFloat> PositionFloats(
|
| LayoutUnit origin_block_offset,
|
| - LayoutUnit from_block_offset,
|
| LayoutUnit container_block_offset,
|
| const Vector<RefPtr<NGUnpositionedFloat>>& unpositioned_floats,
|
| NGConstraintSpace* space);
|
|
|