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

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

Issue 2810833003: Move container_builder to NGLayoutAlgorithm base class. (Closed)
Patch Set: git rebase-update Created 3 years, 8 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.cc
diff --git a/third_party/WebKit/Source/core/layout/ng/inline/ng_inline_layout_algorithm.cc b/third_party/WebKit/Source/core/layout/ng/inline/ng_inline_layout_algorithm.cc
index 5962834eb47522a4f3a02389dabf072480cc0033..d78d6b0761ca57ea16f2a0389a06c37edbcd456c 100644
--- a/third_party/WebKit/Source/core/layout/ng/inline/ng_inline_layout_algorithm.cc
+++ b/third_party/WebKit/Source/core/layout/ng/inline/ng_inline_layout_algorithm.cc
@@ -56,7 +56,6 @@ NGInlineLayoutAlgorithm::NGInlineLayoutAlgorithm(
NGConstraintSpace* space,
NGInlineBreakToken* break_token)
: NGLayoutAlgorithm(inline_node, space, break_token),
- container_builder_(NGPhysicalFragment::kFragmentBox, inline_node),
is_horizontal_writing_mode_(
blink::IsHorizontalWritingMode(space->WritingMode())),
disallow_first_line_rules_(false),

Powered by Google App Engine
This is Rietveld 408576698