| 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 09f736dd9e3a1d224204c69cbe0f15f12007f02f..176c96dd9e65df3cc6b3cb5c76a038ce468340ff 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
|
| @@ -24,7 +24,7 @@ class CORE_EXPORT NGPhysicalBoxFragment final : public NGPhysicalFragment {
|
| Vector<NGPositionedFloat>& positioned_floats,
|
| const WTF::Optional<NGLogicalOffset>& bfc_offset,
|
| const NGMarginStrut& end_margin_strut,
|
| - NGBorderEdges::Physical,
|
| + unsigned, // NGBorderEdges::Physical
|
| RefPtr<NGBreakToken> break_token = nullptr);
|
|
|
| // Returns the total size, including the contents outside of the border-box.
|
|
|