archrelease: copy trunk to community-any
[ArchLinux/community.git] / electron7 / trunk / chromium-skia-harmony.patch
blobc96d07e1148919b7ef0a3a6a2bb3b70ce165c4cd
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)
6 , fLibrary(nullptr)
7 - , fIsLCDSupported(false)
8 + , fIsLCDSupported(true)
9 , fLightHintingIsYOnly(false)
10 - , fLCDExtra(0)
11 + , fLCDExtra(2)
13 if (FT_New_Library(&gFTMemory, &fLibrary)) {
14 return;