summaryrefslogtreecommitdiff
path: root/devel/electron36/files/patch-ui_native__theme_native__theme.h
blob: 02716cdbae2bdb3d162a0fa5af51952cdc458f25 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ui/native_theme/native_theme.h.orig	2025-02-02 01:39:08 UTC
+++ ui/native_theme/native_theme.h
@@ -61,7 +61,7 @@ class NATIVE_THEME_EXPORT NativeTheme {
   // The part to be painted / sized.
   enum Part {
     kCheckbox,
-#if BUILDFLAG(IS_LINUX)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
     kFrameTopArea,
 #endif
     kInnerSpinButton,