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 d702836b9a912642e53bae002780d2d5930f650c..b3209dca1fe02e1439fc6de08fa74e223a9eea10 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; |