summarylogtreecommitdiffstats
path: root/chromium-skia-harmony-r1.patch
diff options
context:
space:
mode:
authorsL1pKn072019-05-19 16:09:58 +0200
committersL1pKn072019-05-19 16:09:58 +0200
commitda2751bd881428c8bd164dfc8830c2ed78cc091d (patch)
tree724796eb376cd00860faa3c30ab1e89705e03e8b /chromium-skia-harmony-r1.patch
parent95c364aa2a9be4d7bb02ef8a79ff59c498a65fd7 (diff)
downloadaur-da2751bd881428c8bd164dfc8830c2ed78cc091d.tar.gz
Update to 76.0.3795.3
Diffstat (limited to 'chromium-skia-harmony-r1.patch')
-rw-r--r--chromium-skia-harmony-r1.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/chromium-skia-harmony-r1.patch b/chromium-skia-harmony-r1.patch
new file mode 100644
index 000000000000..4a3eb356f880
--- /dev/null
+++ b/chromium-skia-harmony-r1.patch
@@ -0,0 +1,15 @@
+--- 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,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)) {
+ return;