| Index: third_party/WebKit/Source/core/layout/ng/ng_box_fragment.h
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/ng_box_fragment.h b/third_party/WebKit/Source/core/layout/ng/ng_box_fragment.h
|
| index 4e2e4c57416eeedc408c7a46b720d0e79ee53a55..60c14c811261e9444068ed94127284e53c2da57c 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/ng_box_fragment.h
|
| +++ b/third_party/WebKit/Source/core/layout/ng/ng_box_fragment.h
|
| @@ -22,10 +22,6 @@ class CORE_EXPORT NGBoxFragment final : public NGFragment {
|
|
|
| // Returns the total size, including the contents outside of the border-box.
|
| NGLogicalSize OverflowSize() const;
|
| -
|
| - const WTF::Optional<NGLogicalOffset>& BfcOffset() const;
|
| -
|
| - const NGMarginStrut& EndMarginStrut() const;
|
| };
|
|
|
| DEFINE_TYPE_CASTS(NGBoxFragment,
|
|
|