aboutsummaryrefslogtreecommitdiff
path: root/www/iridium/files/patch-chrome_browser_themes_theme__helper.cc
blob: ca3e969175b87b77535bc5d66b120398b2fc7205 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/browser/themes/theme_helper.cc.orig	2022-03-28 18:11:04 UTC
+++ chrome/browser/themes/theme_helper.cc
@@ -334,7 +334,7 @@ bool ThemeHelper::ShouldUseIncreasedContrastThemeSuppl
     ui::NativeTheme* native_theme) const {
 // TODO(crbug.com/1052397): Revisit once build flag switch of lacros-chrome is
 // complete.
-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS) || BUILDFLAG(IS_BSD)
   // On Linux the GTK system theme provides the high contrast colors,
   // so don't use the IncreasedContrastThemeSupplier.
   return false;