From af5d98a6821edd04524239358e761508814ac7b0 Mon Sep 17 00:00:00 2001
From: Sylvestre Ledru <sledru@mozilla.com>
Date: Tue, 13 Dec 2022 13:01:58 +0000
Subject: [PATCH] Bug 1803331 - skia/generator: remove
 SK_OUTLINE_EMBOLDEN_DIVISOR r=jfkthame DONTBUILD

Differential Revision: https://phabricator.services.mozilla.com/D164566
---
 gfx/skia/generate_mozbuild.py | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/gfx/skia/generate_mozbuild.py b/gfx/skia/generate_mozbuild.py
index c8ea09726f985..75bb5b629f562 100755
--- a/gfx/skia/generate_mozbuild.py
+++ b/gfx/skia/generate_mozbuild.py
@@ -71,10 +71,6 @@ DEFINES['SK_PDF_USE_HARFBUZZ_SUBSETTING'] = 1
 if CONFIG['MOZ_TREE_FREETYPE']:
     DEFINES['SK_CAN_USE_DLOPEN'] = 0
 
-# Reduce strength of synthetic-emboldening used in the freetype backend
-# (see bug 1600470).
-DEFINES['SK_OUTLINE_EMBOLDEN_DIVISOR'] = 48
-
 # Suppress warnings in third-party code.
 CXXFLAGS += [
     '-Wno-deprecated-declarations',
-- 
GitLab