2019-07-30 23:06:11 +00:00
|
|
|
--- third_party/skia/src/ports/SkFontHost_FreeType.cpp.orig 2019-07-19 11:08:34.770972665 +0000
|
|
|
|
+++ third_party/skia/src/ports/SkFontHost_FreeType.cpp 2019-07-19 11:08:44.274442065 +0000
|
|
|
|
@@ -128,9 +128,9 @@ public:
|
2018-01-07 08:12:22 +00:00
|
|
|
: fGetVarDesignCoordinates(nullptr)
|
2019-01-30 13:37:58 +00:00
|
|
|
, fGetVarAxisFlags(nullptr)
|
2018-01-07 08:12:22 +00:00
|
|
|
, fLibrary(nullptr)
|
|
|
|
- , fIsLCDSupported(false)
|
2019-01-30 13:37:58 +00:00
|
|
|
+ , fIsLCDSupported(true)
|
2019-07-30 23:06:11 +00:00
|
|
|
, fLightHintingIsYOnly(false)
|
|
|
|
- , fLCDExtra(0)
|
2019-01-30 13:37:58 +00:00
|
|
|
+ , fLCDExtra(2)
|
2018-01-07 08:12:22 +00:00
|
|
|
{
|
|
|
|
if (FT_New_Library(&gFTMemory, &fLibrary)) {
|
|
|
|
return;
|