| Index: Source/platform/fonts/Font.h
|
| diff --git a/Source/platform/fonts/Font.h b/Source/platform/fonts/Font.h
|
| index 1e1e4961746db0f0c09234a71505ff96ba366442..b28b90b67cdbdab6c302f09aa533d6bfe3f461f9 100644
|
| --- a/Source/platform/fonts/Font.h
|
| +++ b/Source/platform/fonts/Font.h
|
| @@ -162,9 +162,8 @@ public:
|
| static void setShouldUseSmoothing(bool);
|
| static bool shouldUseSmoothing();
|
|
|
| - enum CodePath { Auto, Simple, Complex, SimpleWithGlyphOverflow };
|
| CodePath codePath(const TextRun&) const;
|
| - static CodePath characterRangeCodePath(const LChar*, unsigned) { return Simple; }
|
| + static CodePath characterRangeCodePath(const LChar*, unsigned) { return SimplePath; }
|
| static CodePath characterRangeCodePath(const UChar*, unsigned len);
|
|
|
| private:
|
|
|