summaryrefslogtreecommitdiff
path: root/devel/electron12/files/patch-ui_native__theme_native__theme.h
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron12/files/patch-ui_native__theme_native__theme.h')
-rw-r--r--devel/electron12/files/patch-ui_native__theme_native__theme.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron12/files/patch-ui_native__theme_native__theme.h b/devel/electron12/files/patch-ui_native__theme_native__theme.h
deleted file mode 100644
index 581bedbf4769..000000000000
--- a/devel/electron12/files/patch-ui_native__theme_native__theme.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- ui/native_theme/native_theme.h.orig 2021-04-22 07:51:50 UTC
-+++ ui/native_theme/native_theme.h
-@@ -54,7 +54,7 @@ class NATIVE_THEME_EXPORT NativeTheme {
- kCheckbox,
- // TODO(crbug.com/1052397): Revisit the macro expression once build flag switch
- // of lacros-chrome is complete.
--#if defined(OS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS)
-+#if defined(OS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS) || defined(OS_BSD)
- kFrameTopArea,
- #endif
- kInnerSpinButton,