mirror of
https://git.freebsd.org/ports.git
synced 2025-07-05 03:19:18 -04:00
Approved by: rene (mentor, implicit) Security: https://vuxml.freebsd.org/freebsd/fd87a250-ff78-11ed-8290-a8a1599412c6.html
11 lines
476 B
C
11 lines
476 B
C
--- ui/native_theme/native_theme.h.orig 2023-05-31 08:12:17 UTC
|
|
+++ ui/native_theme/native_theme.h
|
|
@@ -60,7 +60,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 BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS)
|
|
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS) || BUILDFLAG(IS_BSD)
|
|
kFrameTopArea,
|
|
#endif
|
|
kInnerSpinButton,
|