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 d94a8e4a26c01809f24fc493eb366a96e06e8552..733586e54e99842b2efc5c735d49215cc9011ac4 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(TextDirection::Rtl); |
+ textRun.setDirection(TextDirection::kRtl); |
CachingWordShaper shaper(cache.get()); |
GlyphBuffer glyphBuffer; |