| Index: third_party/WebKit/Source/core/layout/svg/line/SVGInlineTextBox.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/line/SVGInlineTextBox.cpp b/third_party/WebKit/Source/core/layout/svg/line/SVGInlineTextBox.cpp
|
| index 40eee7188222f0b7d961bb1787ed51ebc4b5c097..15c6eb2d15b29f6d32caa7f43eab8c84169769e2 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/line/SVGInlineTextBox.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/svg/line/SVGInlineTextBox.cpp
|
| @@ -190,7 +190,7 @@ TextRun SVGInlineTextBox::constructTextRun(
|
| 0, // padding, only relevant for justified text, not relevant for SVG
|
| TextRun::AllowTrailingExpansion, direction(),
|
| dirOverride() ||
|
| - style.rtlOrdering() == VisualOrder /* directionalOverride */);
|
| + style.rtlOrdering() == EOrder::Visual /* directionalOverride */);
|
|
|
| if (fragment.length) {
|
| if (text.is8Bit())
|
|
|