summaryrefslogtreecommitdiff
path: root/www/iridium/files/patch-content_browser_theme__helper.cc
blob: 9df22d9615f40038e1bae73ff3cd78c99523ba81 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- content/browser/theme_helper.cc.orig	2025-12-10 15:04:57 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