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

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

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.cc
diff --git a/third_party/WebKit/Source/core/layout/ng/ng_column_layout_algorithm.cc b/third_party/WebKit/Source/core/layout/ng/ng_column_layout_algorithm.cc
index 8ba58c61c2ba1f73a2530e8f7f6ba95dafd78096..b75fbbd841098b55f1fef8b6866010170dd48245 100644
--- a/third_party/WebKit/Source/core/layout/ng/ng_column_layout_algorithm.cc
+++ b/third_party/WebKit/Source/core/layout/ng/ng_column_layout_algorithm.cc
@@ -6,7 +6,7 @@
namespace blink {
-NGColumnLayoutAlgorithm::NGColumnLayoutAlgorithm(NGBlockNode* node,
+NGColumnLayoutAlgorithm::NGColumnLayoutAlgorithm(NGBlockNode node,
NGConstraintSpace* space,
NGBreakToken* break_token)
: NGBlockLayoutAlgorithm(node, space, ToNGBlockBreakToken(break_token)){};

Powered by Google App Engine
This is Rietveld 408576698