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

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

Issue 2921463004: [LayoutNG] PODify NGLayoutInputNode and sub-classes. (Closed)
Patch Set: new ng-bot expectations Created 3 years, 6 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/ng_column_layout_algorithm.h
diff --git a/third_party/WebKit/Source/core/layout/ng/ng_column_layout_algorithm.h b/third_party/WebKit/Source/core/layout/ng/ng_column_layout_algorithm.h
index 6607faa68ec9ef3950203c10a2ef2834bdfb0ba7..cfbc66a0641af5c27b8458809d9d8b979a48541c 100644
--- a/third_party/WebKit/Source/core/layout/ng/ng_column_layout_algorithm.h
+++ b/third_party/WebKit/Source/core/layout/ng/ng_column_layout_algorithm.h
@@ -17,7 +17,7 @@ class NGBlockNode;
class CORE_EXPORT NGColumnLayoutAlgorithm : public NGBlockLayoutAlgorithm {
public:
- NGColumnLayoutAlgorithm(NGBlockNode* node,
+ NGColumnLayoutAlgorithm(NGBlockNode node,
NGConstraintSpace* space,
NGBreakToken* break_token = nullptr);

Powered by Google App Engine
This is Rietveld 408576698