| Index: third_party/WebKit/Source/platform/fonts/shaping/ShapeResult.h
|
| diff --git a/third_party/WebKit/Source/platform/fonts/shaping/ShapeResult.h b/third_party/WebKit/Source/platform/fonts/shaping/ShapeResult.h
|
| index 5b7774ece299f6bb8f2be85b775fa86789adec48..911cb8a381010a476d5726c95025c50e42b39e4d 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/shaping/ShapeResult.h
|
| +++ b/third_party/WebKit/Source/platform/fonts/shaping/ShapeResult.h
|
| @@ -68,7 +68,7 @@ class PLATFORM_EXPORT ShapeResult : public RefCounted<ShapeResult> {
|
| unsigned numCharacters() const { return m_numCharacters; }
|
| void fallbackFonts(HashSet<const SimpleFontData*>*) const;
|
| bool rtl() const {
|
| - return static_cast<TextDirection>(m_direction) == TextDirection::Rtl;
|
| + return static_cast<TextDirection>(m_direction) == TextDirection::kRtl;
|
| }
|
| bool hasVerticalOffsets() const { return m_hasVerticalOffsets; }
|
|
|
|
|