aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-ui_native__theme_native__theme.h
blob: 22cdbbca04cc5aac5bfc0f844e59cecb3f410bae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ui/native_theme/native_theme.h.orig	2021-05-12 22:06:47 UTC
+++ ui/native_theme/native_theme.h
@@ -56,7 +56,7 @@ class NATIVE_THEME_EXPORT NativeTheme {
     kCheckbox,
 // TODO(crbug.com/1052397): Revisit the macro expression once build flag switch
 // of lacros-chrome is complete.
-#if defined(OS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS)
+#if defined(OS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS) || defined(OS_BSD)
     kFrameTopArea,
 #endif
     kInnerSpinButton,