| 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 81a2e3bfe48d53406076124fb5f4597ea98a7675..4df43a34e2bffaf6d55eb24f3ed1b856e6e760dd 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,6 +23,7 @@ PositionFloat(NGFloatingObject*, NGConstraintSpace* new_parent_space);
|
| CORE_EXPORT const Vector<NGPositionedFloat> PositionFloats(
|
| LayoutUnit origin_block_offset,
|
| LayoutUnit from_block_offset,
|
| + LayoutUnit container_block_offset,
|
| const Vector<RefPtr<NGFloatingObject>>& floating_objects,
|
| NGConstraintSpace* space);
|
|
|
|
|