| 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 96d7a1463cfa779cf77120c37a8f108a3a4133c7..e1fdb9f7ec7f5594b4e84549f0792ace706752a9 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/ng_fragment.h
|
| +++ b/third_party/WebKit/Source/core/layout/ng/ng_fragment.h
|
| @@ -34,7 +34,7 @@ class CORE_EXPORT NGFragment {
|
| LayoutUnit BlockOffset() const;
|
| NGLogicalOffset Offset() const;
|
|
|
| - NGBorderEdges::Logical BorderEdges() const;
|
| + NGBorderEdges BorderEdges() const;
|
|
|
| NGPhysicalFragment::NGFragmentType Type() const;
|
|
|
|
|