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

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

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.h
diff --git a/third_party/WebKit/Source/core/layout/ng/ng_inline_node.h b/third_party/WebKit/Source/core/layout/ng/ng_inline_node.h
index 8c653fb0031eed76bcd59b1bb75003126d526a7d..b16526d0c8093cf937950cd736d93f6620d536de 100644
--- a/third_party/WebKit/Source/core/layout/ng/ng_inline_node.h
+++ b/third_party/WebKit/Source/core/layout/ng/ng_inline_node.h
@@ -31,7 +31,7 @@ class CORE_EXPORT NGInlineNode : public NGLayoutInputNode {
NGInlineNode(LayoutObject* start_inline, ComputedStyle* block_style);
~NGInlineNode() override;
- bool Layout(const NGConstraintSpace*, NGFragmentBase**) override;
+ bool Layout(NGConstraintSpace*, NGFragmentBase**) override;
NGInlineNode* NextSibling() override;
// Prepare inline and text content for layout. Must be called before
« no previous file with comments | « third_party/WebKit/Source/core/layout/ng/ng_block_node.cc ('k') | third_party/WebKit/Source/core/layout/ng/ng_inline_node.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698