| Index: third_party/WebKit/Source/core/layout/ng/ng_physical_fragment.cc
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/ng_physical_fragment.cc b/third_party/WebKit/Source/core/layout/ng/ng_physical_fragment.cc
|
| index cc4720a96a4d72e7a04c1aec6d3a4c5065d28dca..31f04b2f2c76f018c875871d69b21cdb950e355c 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/ng_physical_fragment.cc
|
| +++ b/third_party/WebKit/Source/core/layout/ng/ng_physical_fragment.cc
|
| @@ -16,7 +16,7 @@ NGPhysicalFragment::NGPhysicalFragment(
|
| HeapLinkedHashSet<WeakMember<NGBlockNode>>& out_of_flow_descendants,
|
| Vector<NGLogicalOffset> out_of_flow_offsets,
|
| NGMarginStrut margin_strut)
|
| - : NGPhysicalFragmentBase(size, overflow, FragmentBox),
|
| + : NGPhysicalFragmentBase(size, overflow, kFragmentBox),
|
| margin_strut_(margin_strut) {
|
| children_.swap(children);
|
| out_of_flow_descendants_.swap(out_of_flow_descendants);
|
|
|