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

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

Issue 2562703003: Make AlgorithmForInputNode use original constraint space (Closed)
Patch Set: Make AlgorithmForInputNode use container constraint space Created 4 years 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_layout_coordinator.cc
diff --git a/third_party/WebKit/Source/core/layout/ng/ng_layout_coordinator.cc b/third_party/WebKit/Source/core/layout/ng/ng_layout_coordinator.cc
index 3876200b6611f0e48b91e4b2b8121a4a1fe1a201..9528a97d35a941325bd83f9d5a5c11dd6316b638 100644
--- a/third_party/WebKit/Source/core/layout/ng/ng_layout_coordinator.cc
+++ b/third_party/WebKit/Source/core/layout/ng/ng_layout_coordinator.cc
@@ -9,9 +9,8 @@
namespace blink {
-NGLayoutCoordinator::NGLayoutCoordinator(
- NGLayoutInputNode* input_node,
- const NGConstraintSpace* constraint_space) {
+NGLayoutCoordinator::NGLayoutCoordinator(NGLayoutInputNode* input_node,
+ NGConstraintSpace* constraint_space) {
layout_algorithms_.append(
NGLayoutInputNode::AlgorithmForInputNode(input_node, constraint_space));
}

Powered by Google App Engine
This is Rietveld 408576698