| 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 02204cc724b64183b6b51ab97e04e0988f97d319..09f736dd9e3a1d224204c69cbe0f15f12007f02f 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,6 +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,
|
| RefPtr<NGBreakToken> break_token = nullptr);
|
|
|
| // Returns the total size, including the contents outside of the border-box.
|
|
|