| Index: third_party/WebKit/Source/core/layout/ng/ng_fragment.h
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/ng_fragment.h b/third_party/WebKit/Source/core/layout/ng/ng_fragment.h
|
| index 4c43104f3236eaa1a6b5cd134ef02329b5c03967..96d7a1463cfa779cf77120c37a8f108a3a4133c7 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/ng_fragment.h
|
| +++ b/third_party/WebKit/Source/core/layout/ng/ng_fragment.h
|
| @@ -34,6 +34,8 @@ class CORE_EXPORT NGFragment {
|
| LayoutUnit BlockOffset() const;
|
| NGLogicalOffset Offset() const;
|
|
|
| + NGBorderEdges::Logical BorderEdges() const;
|
| +
|
| NGPhysicalFragment::NGFragmentType Type() const;
|
|
|
| protected:
|
|
|