diff options
Diffstat (limited to 'devel/electron35/files/patch-ui_native__theme_native__theme__features.cc')
| -rw-r--r-- | devel/electron35/files/patch-ui_native__theme_native__theme__features.cc | 20 | 
1 files changed, 0 insertions, 20 deletions
diff --git a/devel/electron35/files/patch-ui_native__theme_native__theme__features.cc b/devel/electron35/files/patch-ui_native__theme_native__theme__features.cc deleted file mode 100644 index ed735614e37f..000000000000 --- a/devel/electron35/files/patch-ui_native__theme_native__theme__features.cc +++ /dev/null @@ -1,20 +0,0 @@ ---- ui/native_theme/native_theme_features.cc.orig	2025-03-24 20:50:14 UTC -+++ ui/native_theme/native_theme_features.cc -@@ -73,7 +73,7 @@ bool IsFluentOverlayScrollbarEnabled() { -  - bool IsFluentOverlayScrollbarEnabled() { - // Fluent scrollbars are only used for some OSes due to UI design guidelines. --#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) -   return base::FeatureList::IsEnabled(features::kFluentOverlayScrollbar); - #else -   return false; -@@ -82,7 +82,7 @@ bool IsFluentScrollbarEnabled() { -  - bool IsFluentScrollbarEnabled() { - // Fluent scrollbars are only used for some OSes due to UI design guidelines. --#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) -   return base::FeatureList::IsEnabled(features::kFluentScrollbar) || -          IsFluentOverlayScrollbarEnabled(); - #else  | 
