| Index: third_party/WebKit/Source/core/layout/ng/ng_constraint_space_test.cc
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/ng_constraint_space_test.cc b/third_party/WebKit/Source/core/layout/ng/ng_constraint_space_test.cc
|
| index 0c36c5418d5dc0f38d5d67e1203c2639edf8763b..6da8e9e31c97faa6a5865e2a17c071cf2e6ba0dd 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/ng_constraint_space_test.cc
|
| +++ b/third_party/WebKit/Source/core/layout/ng/ng_constraint_space_test.cc
|
| @@ -23,7 +23,7 @@ NGConstraintSpace* ConstructConstraintSpace(NGWritingMode writing_mode,
|
| .SetIsFixedSizeInline(true)
|
| .SetIsInlineDirectionTriggersScrollbar(true)
|
| .SetFragmentationType(NGFragmentationType::kFragmentColumn)
|
| - .ToConstraintSpace();
|
| + .ToConstraintSpace(writing_mode);
|
| }
|
|
|
| static String OpportunityToString(const NGLayoutOpportunity& opportunity) {
|
|
|