| 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 31f04b2f2c76f018c875871d69b21cdb950e355c..da9705bfb324786ce619240f67f6e3c9148cc26e 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
|
| @@ -14,7 +14,7 @@ NGPhysicalFragment::NGPhysicalFragment(
|
| NGPhysicalSize overflow,
|
| HeapVector<Member<const NGPhysicalFragmentBase>>& children,
|
| HeapLinkedHashSet<WeakMember<NGBlockNode>>& out_of_flow_descendants,
|
| - Vector<NGLogicalOffset> out_of_flow_offsets,
|
| + Vector<NGCorner> out_of_flow_offsets,
|
| NGMarginStrut margin_strut)
|
| : NGPhysicalFragmentBase(size, overflow, kFragmentBox),
|
| margin_strut_(margin_strut) {
|
|
|