| Index: third_party/WebKit/Source/core/layout/ng/ng_constraint_space.cc
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/ng_constraint_space.cc b/third_party/WebKit/Source/core/layout/ng/ng_constraint_space.cc
|
| index 36f5a94e046587f2d7a9cbdd1fcf13824c78957e..1e653fc86dbfbda45a474d086023d56cbe90ea6c 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/ng_constraint_space.cc
|
| +++ b/third_party/WebKit/Source/core/layout/ng/ng_constraint_space.cc
|
| @@ -100,7 +100,7 @@ NGConstraintSpace* NGConstraintSpace::CreateFromLayoutObject(
|
| box.sizesLogicalWidthToFitContent(box.styleRef().logicalWidth()))
|
| .SetIsNewFormattingContext(is_new_fc)
|
| .SetTextDirection(box.styleRef().direction())
|
| - .ToConstraintSpace();
|
| + .ToConstraintSpace(writing_mode);
|
| }
|
|
|
| void NGConstraintSpace::AddExclusion(const NGExclusion& exclusion) {
|
|
|