aboutsummaryrefslogtreecommitdiff
path: root/devel/electron33/files/patch-chrome_browser_themes_theme__service.cc
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron33/files/patch-chrome_browser_themes_theme__service.cc')
-rw-r--r--devel/electron33/files/patch-chrome_browser_themes_theme__service.cc20
1 files changed, 0 insertions, 20 deletions
diff --git a/devel/electron33/files/patch-chrome_browser_themes_theme__service.cc b/devel/electron33/files/patch-chrome_browser_themes_theme__service.cc
deleted file mode 100644
index 7450ab01e59e..000000000000
--- a/devel/electron33/files/patch-chrome_browser_themes_theme__service.cc
+++ /dev/null
@@ -1,20 +0,0 @@
---- chrome/browser/themes/theme_service.cc.orig 2024-10-16 21:31:01 UTC
-+++ chrome/browser/themes/theme_service.cc
-@@ -70,7 +70,7 @@
- #include "extensions/browser/extension_registry_observer.h"
- #endif
-
--#if BUILDFLAG(IS_LINUX)
-+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
- #include "ui/linux/linux_ui.h"
- #include "ui/ozone/public/ozone_platform.h" // nogncheck
- #endif
-@@ -328,7 +328,7 @@ bool ThemeService::ShouldUseCustomFrame() const {
- }
-
- bool ThemeService::ShouldUseCustomFrame() const {
--#if BUILDFLAG(IS_LINUX)
-+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
- if (!ui::OzonePlatform::GetInstance()
- ->GetPlatformRuntimeProperties()
- .supports_server_side_window_decorations) {