mirror of
https://git.freebsd.org/ports.git
synced 2025-06-29 00:20:40 -04:00
11 lines
470 B
C
11 lines
470 B
C
--- ui/native_theme/native_theme.h.orig 2021-11-13 11:05:57 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,
|