aboutsummaryrefslogtreecommitdiff
path: root/devel/electron39/files/patch-ui_native__theme_native__theme.h
blob: a1764f92d675e561debb83e1e35ce80944eae0d9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ui/native_theme/native_theme.h.orig	2025-11-02 19:17:57 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,