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

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

Issue 2912273002: [LayoutNG] Logicalize NGPaintBorderEdge (Closed)
Patch Set: Rebase, Edge -> Edges Created 3 years, 7 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 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:

Powered by Google App Engine
This is Rietveld 408576698