aboutsummaryrefslogtreecommitdiff
path: root/www/ungoogled-chromium/files/patch-headless_lib_browser_headless__web__contents__impl.cc
blob: 62dfd2c2729f7004d113813b555ae43e6615fb67 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- headless/lib/browser/headless_web_contents_impl.cc.orig	2023-06-05 19:39:05 UTC
+++ headless/lib/browser/headless_web_contents_impl.cc
@@ -60,7 +60,7 @@ namespace headless {
 namespace {
 
 void UpdatePrefsFromSystemSettings(blink::RendererPreferences* prefs) {
-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS) || BUILDFLAG(IS_WIN)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD)
   content::UpdateFontRendererPreferencesFromSystemSettings(prefs);
 #endif