| Index: third_party/WebKit/Source/web/tests/NGInlineLayoutTest.cpp
|
| diff --git a/third_party/WebKit/Source/web/tests/NGInlineLayoutTest.cpp b/third_party/WebKit/Source/web/tests/NGInlineLayoutTest.cpp
|
| index f2803c4dd07eca0ea66c485f1765f74e0b0c88a6..5cb230f515d75d39eecf509b25416bc59289df39 100644
|
| --- a/third_party/WebKit/Source/web/tests/NGInlineLayoutTest.cpp
|
| +++ b/third_party/WebKit/Source/web/tests/NGInlineLayoutTest.cpp
|
| @@ -26,7 +26,8 @@ class NGInlineLayoutTest : public SimTest {
|
| .SetAvailableSize(NGLogicalSize(LayoutUnit(), LayoutUnit()))
|
| .SetPercentageResolutionSize(NGLogicalSize(LayoutUnit(), LayoutUnit()))
|
| .SetTextDirection(blockFlow->style()->direction())
|
| - .ToConstraintSpace();
|
| + .ToConstraintSpace(
|
| + FromPlatformWritingMode(blockFlow->style()->getWritingMode()));
|
| }
|
| };
|
|
|
|
|