ports/www/chromium/files/patch-ui_native__theme_native__theme.h
Robert Nagy 1e683edf9a www/chromium: update to 100.0.4896.60
Enable some more unit tests.
Security:	ab2d7f62-af9d-11ec-a0b8-3065ec8fd3ec
2022-03-29 22:44:59 +02:00

11 lines
476 B
C

--- ui/native_theme/native_theme.h.orig 2022-03-25 21:59:56 UTC
+++ ui/native_theme/native_theme.h
@@ -59,7 +59,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,