blob: a834315d5feb285f810979d60ae3e74216c4e17d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- ui/native_theme/native_theme.h.orig 2025-10-30 15:44:36 UTC
+++ ui/native_theme/native_theme.h
@@ -61,7 +61,7 @@ class COMPONENT_EXPORT(NATIVE_THEME) NativeTheme {
// A part being sized or painted.
enum Part {
kCheckbox,
-#if BUILDFLAG(IS_LINUX)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
kFrameTopArea,
#endif
kInnerSpinButton,
|