aboutsummaryrefslogtreecommitdiff
path: root/devel/electron37/files/patch-chrome_browser_themes_theme__service__aura__linux.cc
blob: 0ed274a4ad416cf98c0d1dab1d954a0c79dd89ca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/browser/themes/theme_service_aura_linux.cc.orig	2024-08-14 20:54:38 UTC
+++ chrome/browser/themes/theme_service_aura_linux.cc
@@ -23,7 +23,7 @@ ui::SystemTheme ValidateSystemTheme(ui::SystemTheme sy
 ui::SystemTheme ValidateSystemTheme(ui::SystemTheme system_theme) {
   switch (system_theme) {
     case ui::SystemTheme::kDefault:
-#if BUILDFLAG(IS_LINUX)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
     case ui::SystemTheme::kGtk:
     case ui::SystemTheme::kQt:
 #endif