| Index: third_party/WebKit/Source/platform/fonts/shaping/CachingWordShaperTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/fonts/shaping/CachingWordShaperTest.cpp b/third_party/WebKit/Source/platform/fonts/shaping/CachingWordShaperTest.cpp
|
| index e43cfcbc2066e8bbe2146d5f73caf08669ef5011..d5d717e9d6a5ddfbc6f71145559b23919f00aeba 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/shaping/CachingWordShaperTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/fonts/shaping/CachingWordShaperTest.cpp
|
| @@ -138,7 +138,7 @@ TEST_F(CachingWordShaperTest, CommonAccentRightToLeftFillGlyphBuffer) {
|
| // "[] []" with an accent mark over the last square bracket.
|
| const UChar str[] = {0x5B, 0x5D, 0x20, 0x5B, 0x301, 0x5D, 0x0};
|
| TextRun textRun(str, 6);
|
| - textRun.setDirection(RTL);
|
| + textRun.setDirection(TextDirection::Rtl);
|
|
|
| CachingWordShaper shaper(cache.get());
|
| GlyphBuffer glyphBuffer;
|
|
|