Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(136)

Unified Diff: third_party/WebKit/Source/core/layout/ng/ng_fragment.h

Issue 2910133002: [LayoutNG] Handle empty inlines and border edges (Closed)
Patch Set: Rebase Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698