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

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

Issue 2886453005: Account for border/padding in NG Inline layout algorithm. (Closed)
Patch Set: Skip some tests becase of crbug.com/713891 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/inline/ng_inline_layout_algorithm.h
diff --git a/third_party/WebKit/Source/core/layout/ng/inline/ng_inline_layout_algorithm.h b/third_party/WebKit/Source/core/layout/ng/inline/ng_inline_layout_algorithm.h
index de2f9d58e4f942427ad952e793ce728bebd0762c..c6f1db23d1499c1b90de27fc5970550fd5642029 100644
--- a/third_party/WebKit/Source/core/layout/ng/inline/ng_inline_layout_algorithm.h
+++ b/third_party/WebKit/Source/core/layout/ng/inline/ng_inline_layout_algorithm.h
@@ -88,6 +88,7 @@ class CORE_EXPORT NGInlineLayoutAlgorithm final
unsigned disallow_first_line_rules_ : 1;
NGConstraintSpaceBuilder space_builder_;
+ NGBoxStrut border_and_padding_;
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698