diff options
Diffstat (limited to 'devel/electron33/files/patch-ui_native__theme_native__theme.h')
-rw-r--r-- | devel/electron33/files/patch-ui_native__theme_native__theme.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron33/files/patch-ui_native__theme_native__theme.h b/devel/electron33/files/patch-ui_native__theme_native__theme.h deleted file mode 100644 index c2b92f5a9cad..000000000000 --- a/devel/electron33/files/patch-ui_native__theme_native__theme.h +++ /dev/null @@ -1,11 +0,0 @@ ---- ui/native_theme/native_theme.h.orig 2024-10-28 21:05:16 UTC -+++ ui/native_theme/native_theme.h -@@ -64,7 +64,7 @@ class NATIVE_THEME_EXPORT NativeTheme { - kCheckbox, - // TODO(crbug.com/40118868): Revisit the macro expression once build flag switch - // of lacros-chrome is complete. --#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS) || BUILDFLAG(IS_BSD) - kFrameTopArea, - #endif - kInnerSpinButton, |