aboutsummaryrefslogtreecommitdiff
path: root/devel/electron35/files/patch-ui_native__theme_native__theme.h
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron35/files/patch-ui_native__theme_native__theme.h')
-rw-r--r--devel/electron35/files/patch-ui_native__theme_native__theme.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron35/files/patch-ui_native__theme_native__theme.h b/devel/electron35/files/patch-ui_native__theme_native__theme.h
deleted file mode 100644
index 02716cdbae2b..000000000000
--- a/devel/electron35/files/patch-ui_native__theme_native__theme.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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,