| 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);
|
|
|
|
|