1 --- third_party/skia/src/ports/SkFontHost_FreeType.cpp.orig 2019-07-19 11:08:34.770972665 +0000
2 +++ third_party/skia/src/ports/SkFontHost_FreeType.cpp 2019-07-19 11:08:44.274442065 +0000
3 @@ -128,9 +128,9 @@ public:
4 : fGetVarDesignCoordinates(nullptr)
5 , fGetVarAxisFlags(nullptr)
7 - , fIsLCDSupported(false)
8 + , fIsLCDSupported(true)
9 , fLightHintingIsYOnly(false)
13 if (FT_New_Library(&gFTMemory, &fLibrary)) {