| Index: third_party/WebKit/Source/core/layout/ng/ng_physical_box_fragment.h
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/ng_physical_box_fragment.h b/third_party/WebKit/Source/core/layout/ng/ng_physical_box_fragment.h
|
| index 1a259c1a4eb918908490d737671f6e20b02007d0..4b03b6927c52e7f0d02e1605b35c53b8feb3d807 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/ng_physical_box_fragment.h
|
| +++ b/third_party/WebKit/Source/core/layout/ng/ng_physical_box_fragment.h
|
| @@ -18,15 +18,14 @@ struct NGFloatingObject;
|
| class CORE_EXPORT NGPhysicalBoxFragment final : public NGPhysicalFragment {
|
| public:
|
| // This modifies the passed-in children vector.
|
| - NGPhysicalBoxFragment(
|
| - LayoutObject* layout_object,
|
| - NGPhysicalSize size,
|
| - NGPhysicalSize overflow,
|
| - Vector<RefPtr<NGPhysicalFragment>>& children,
|
| - Vector<Persistent<NGFloatingObject>>& positioned_floats,
|
| - const WTF::Optional<NGLogicalOffset>& bfc_offset,
|
| - const NGMarginStrut& end_margin_strut,
|
| - NGBreakToken* break_token = nullptr);
|
| + NGPhysicalBoxFragment(LayoutObject* layout_object,
|
| + NGPhysicalSize size,
|
| + NGPhysicalSize overflow,
|
| + Vector<RefPtr<NGPhysicalFragment>>& children,
|
| + Vector<Persistent<NGFloatingObject>>& positioned_floats,
|
| + const WTF::Optional<NGLogicalOffset>& bfc_offset,
|
| + const NGMarginStrut& end_margin_strut,
|
| + RefPtr<NGBreakToken> break_token = nullptr);
|
|
|
| const Vector<RefPtr<NGPhysicalFragment>>& Children() const {
|
| return children_;
|
|
|