aboutsummaryrefslogtreecommitdiff
path: root/devel/electron33/files/patch-ui_gl_gl__fence.cc
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron33/files/patch-ui_gl_gl__fence.cc')
-rw-r--r--devel/electron33/files/patch-ui_gl_gl__fence.cc11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron33/files/patch-ui_gl_gl__fence.cc b/devel/electron33/files/patch-ui_gl_gl__fence.cc
deleted file mode 100644
index 0c335c0ec9fb..000000000000
--- a/devel/electron33/files/patch-ui_gl_gl__fence.cc
+++ /dev/null
@@ -1,11 +0,0 @@
---- ui/gl/gl_fence.cc.orig 2024-08-14 20:56:05 UTC
-+++ ui/gl/gl_fence.cc
-@@ -17,7 +17,7 @@
- #include "ui/gl/gl_surface_egl.h"
- #include "ui/gl/gl_version_info.h"
-
--#if BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX)
-+#if BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
- #define USE_GL_FENCE_ANDROID_NATIVE_FENCE_SYNC
- #include "ui/gl/gl_fence_android_native_fence_sync.h"
- #endif