| Index: third_party/WebKit/Source/core/layout/ng/ng_fragment_base.h
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/ng_fragment_base.h b/third_party/WebKit/Source/core/layout/ng/ng_fragment_base.h
|
| index 9e4ada820961813086208de95bfa961a9388ea78..48b4948ab276e054fa3a9ff5c16668985976ed0f 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/ng_fragment_base.h
|
| +++ b/third_party/WebKit/Source/core/layout/ng/ng_fragment_base.h
|
| @@ -36,8 +36,6 @@ class CORE_EXPORT NGFragmentBase : public GarbageCollected<NGFragmentBase> {
|
| LayoutUnit InlineOffset() const;
|
| LayoutUnit BlockOffset() const;
|
|
|
| - NGMarginStrut MarginStrut() const;
|
| -
|
| NGPhysicalFragmentBase* PhysicalFragment() const {
|
| return physical_fragment_;
|
| };
|
|
|