| Index: third_party/WebKit/Source/core/layout/ng/ng_fragment_builder.cc
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/ng_fragment_builder.cc b/third_party/WebKit/Source/core/layout/ng/ng_fragment_builder.cc
|
| index f7ef2e236c9daf7dfb89efc16267fb26051ef9a9..b8730dedb9db1604179e9ed73c4f08cdd77d03c8 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/ng_fragment_builder.cc
|
| +++ b/third_party/WebKit/Source/core/layout/ng/ng_fragment_builder.cc
|
| @@ -66,6 +66,11 @@ NGFragmentBuilder& NGFragmentBuilder::SetMarginStrutBlockEnd(
|
| return *this;
|
| }
|
|
|
| +NGFragmentBuilder& NGFragmentBuilder::ClearMarginStrut() {
|
| + margin_strut_ = {};
|
| + return *this;
|
| +}
|
| +
|
| NGPhysicalFragment* NGFragmentBuilder::ToFragment() {
|
| // TODO(layout-ng): Support text fragments
|
| DCHECK_EQ(type_, NGPhysicalFragmentBase::FragmentBox);
|
|
|