| Index: third_party/WebKit/Source/core/layout/ng/ng_length_utils_test.cc
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/ng_length_utils_test.cc b/third_party/WebKit/Source/core/layout/ng/ng_length_utils_test.cc
|
| index 963669d81b030c2e2777328ec98669ae8e358a60..880fa887edf2efa103de6c61c5be10682554f684 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/ng_length_utils_test.cc
|
| +++ b/third_party/WebKit/Source/core/layout/ng/ng_length_utils_test.cc
|
| @@ -35,7 +35,7 @@ class NGLengthUtilsTest : public ::testing::Test {
|
| NGLogicalSize(LayoutUnit(inline_size), LayoutUnit(block_size)))
|
| .SetIsFixedSizeInline(fixed_inline)
|
| .SetIsFixedSizeBlock(fixed_block)
|
| - .ToConstraintSpace();
|
| + .ToConstraintSpace(kHorizontalTopBottom);
|
| }
|
|
|
| LayoutUnit ResolveInlineLength(
|
|
|