summarylogtreecommitdiffstats
path: root/chromium-skia-harmony-r1.patch
diff options
context:
space:
mode:
Diffstat (limited to 'chromium-skia-harmony-r1.patch')
-rw-r--r--chromium-skia-harmony-r1.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/chromium-skia-harmony-r1.patch b/chromium-skia-harmony-r1.patch
deleted file mode 100644
index 4a3eb356f880..000000000000
--- a/chromium-skia-harmony-r1.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- 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;