aboutsummaryrefslogtreecommitdiff
path: root/devel/electron33/files/patch-ui_gl_gl__switches.cc
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron33/files/patch-ui_gl_gl__switches.cc')
-rw-r--r--devel/electron33/files/patch-ui_gl_gl__switches.cc29
1 files changed, 0 insertions, 29 deletions
diff --git a/devel/electron33/files/patch-ui_gl_gl__switches.cc b/devel/electron33/files/patch-ui_gl_gl__switches.cc
deleted file mode 100644
index 827a036225c0..000000000000
--- a/devel/electron33/files/patch-ui_gl_gl__switches.cc
+++ /dev/null
@@ -1,29 +0,0 @@
---- ui/gl/gl_switches.cc.orig 2024-10-16 21:32:40 UTC
-+++ ui/gl/gl_switches.cc
-@@ -11,7 +11,7 @@
- #include "base/android/build_info.h"
- #endif
-
--#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
-+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
- #include <vulkan/vulkan_core.h>
- #include "third_party/angle/src/gpu_info_util/SystemInfo.h" // nogncheck
- #endif
-@@ -288,7 +288,7 @@ bool IsDefaultANGLEVulkan() {
- base::android::SDK_VERSION_Q)
- return false;
- #endif // BUILDFLAG(IS_ANDROID)
--#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
-+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
- angle::SystemInfo system_info;
- if (!angle::GetSystemInfoVulkan(&system_info))
- return false;
-@@ -300,7 +300,7 @@ bool IsDefaultANGLEVulkan() {
-
- const auto& active_gpu = system_info.gpus[system_info.activeGPUIndex];
-
--#if BUILDFLAG(IS_LINUX)
-+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
- // Vulkan 1.1 is required.
- if (active_gpu.driverApiVersion < VK_VERSION_1_1)
- return false;