summarylogtreecommitdiffstats
path: root/chromium-skia-harmony_r1.patch
diff options
context:
space:
mode:
authorsL1pKn072019-05-15 16:30:59 +0200
committersL1pKn072019-05-15 16:30:59 +0200
commit95c364aa2a9be4d7bb02ef8a79ff59c498a65fd7 (patch)
treee97dfb8056ce89b3357fdbee9d02cfffc4b4d9c7 /chromium-skia-harmony_r1.patch
parent3760b3cc44b705760e2766fd9dad92be05954066 (diff)
downloadaur-95c364aa2a9be4d7bb02ef8a79ff59c498a65fd7.tar.gz
ops
Diffstat (limited to 'chromium-skia-harmony_r1.patch')
-rw-r--r--chromium-skia-harmony_r1.patch4
1 files changed, 3 insertions, 1 deletions
diff --git a/chromium-skia-harmony_r1.patch b/chromium-skia-harmony_r1.patch
index 949c8f020ce3..4a3eb356f880 100644
--- a/chromium-skia-harmony_r1.patch
+++ b/chromium-skia-harmony_r1.patch
@@ -1,12 +1,14 @@
--- third_party/skia/src/ports/SkFontHost_FreeType.cpp.orig 2019-01-20 10:54:56.415239030 +0000
+++ third_party/skia/src/ports/SkFontHost_FreeType.cpp 2019-01-20 10:55:05.695307733 +0000
-@@ -121,8 +121,8 @@ public:
+@@ -121,9 +121,9 @@ public:
: fGetVarDesignCoordinates(nullptr)
, fGetVarAxisFlags(nullptr)
, fLibrary(nullptr)
- , fIsLCDSupported(false)
+- , fLightHintingIsYOnly(false)
- , fLCDExtra(0)
+ , fIsLCDSupported(true)
++ , fLightHintingIsYOnly(false)
+ , fLCDExtra(2)
{
if (FT_New_Library(&gFTMemory, &fLibrary)) {