aboutsummaryrefslogtreecommitdiff
path: root/devel/electron35/files/patch-ui_views_style_platform__style.cc
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron35/files/patch-ui_views_style_platform__style.cc')
-rw-r--r--devel/electron35/files/patch-ui_views_style_platform__style.cc20
1 files changed, 0 insertions, 20 deletions
diff --git a/devel/electron35/files/patch-ui_views_style_platform__style.cc b/devel/electron35/files/patch-ui_views_style_platform__style.cc
deleted file mode 100644
index e9e503414dda..000000000000
--- a/devel/electron35/files/patch-ui_views_style_platform__style.cc
+++ /dev/null
@@ -1,20 +0,0 @@
---- ui/views/style/platform_style.cc.orig 2025-03-24 20:50:14 UTC
-+++ ui/views/style/platform_style.cc
-@@ -16,7 +16,7 @@
- #include "ui/views/controls/focusable_border.h"
- #include "ui/views/controls/scrollbar/scroll_bar_views.h"
-
--#if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX)
-+#if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
- #include "ui/views/controls/scrollbar/overlay_scroll_bar.h"
- #endif
-
-@@ -27,7 +27,7 @@ std::unique_ptr<ScrollBar> PlatformStyle::CreateScroll
- // static
- std::unique_ptr<ScrollBar> PlatformStyle::CreateScrollBar(
- ScrollBar::Orientation orientation) {
--#if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX)
-+#if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
- return std::make_unique<OverlayScrollBar>(orientation);
- #else
- return std::make_unique<ScrollBarViews>(orientation);