blob: 472835190770b6c9746bc4c3f7eb96c48ecab183 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- ui/native_theme/native_theme.h.orig 2026-01-16 13:40:34 UTC
+++ ui/native_theme/native_theme.h
@@ -64,7 +64,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,
|