--- ui/native_theme/native_theme.h.orig 2021-04-14 18:41:39 UTC +++ ui/native_theme/native_theme.h @@ -54,7 +54,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,