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

Unified Diff: third_party/WebKit/Source/core/layout/ng/ng_inline_node.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_inline_node.cc
diff --git a/third_party/WebKit/Source/core/layout/ng/ng_inline_node.cc b/third_party/WebKit/Source/core/layout/ng/ng_inline_node.cc
index c4b588e8257d21473937a116db1477e7b97d9eb2..6a6361c4017fda917d252d7cb024409e6dc12fae 100644
--- a/third_party/WebKit/Source/core/layout/ng/ng_inline_node.cc
+++ b/third_party/WebKit/Source/core/layout/ng/ng_inline_node.cc
@@ -198,7 +198,7 @@ void NGInlineNode::ShapeText() {
}
}
-bool NGInlineNode::Layout(const NGConstraintSpace* constraint_space,
+bool NGInlineNode::Layout(NGConstraintSpace* constraint_space,
NGFragmentBase** out) {
// TODO(layout-dev): Perform pre-layout text step.

Powered by Google App Engine
This is Rietveld 408576698