aboutsummaryrefslogtreecommitdiffstats
path: root/devel/electron39/files/patch-content_browser_theme__helper.cc
blob: 61e24ea3d9518b02bbd1d00ef7c2e0f4f1b4211d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- content/browser/theme_helper.cc.orig	2025-10-21 20:19:54 UTC
+++ content/browser/theme_helper.cc
@@ -27,7 +27,7 @@ mojom::UpdateSystemColorInfoParamsPtr MakeUpdateSystem
     ui::NativeTheme* native_theme) {
   mojom::UpdateSystemColorInfoParamsPtr params =
       mojom::UpdateSystemColorInfoParams::New();
-#if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX)
+#if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
   params->accent_color = native_theme->user_color();
 #endif