aboutsummaryrefslogtreecommitdiffstats
path: root/devel/electron39/files/patch-ui_gl_gl__fence.cc
blob: 8b04e50669cec974db9a30eacaa64496aeeeaa36 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ui/gl/gl_fence.cc.orig	2025-08-26 20:49:50 UTC
+++ ui/gl/gl_fence.cc
@@ -18,7 +18,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