aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-third__party_blink_public_common_renderer__preferences_renderer__preferences.h
blob: 9aa5fadb915f483b386b5e22b8560bd285b4dd1c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- third_party/blink/public/common/renderer_preferences/renderer_preferences.h.orig	2024-03-22 08:19:40 UTC
+++ third_party/blink/public/common/renderer_preferences/renderer_preferences.h
@@ -65,7 +65,7 @@ struct BLINK_COMMON_EXPORT RendererPreferences {
   UserAgentOverride user_agent_override;
   std::string accept_languages;
   bool send_subresource_notification{false};
-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
   std::string system_font_family_name;
 #endif
 #if BUILDFLAG(IS_WIN)