summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-ui_gl_gl__fence.cc
blob: 6af87c329d850f67f30cbc78875118ec41d621e6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ui/gl/gl_fence.cc.orig	2020-11-13 06:37:06 UTC
+++ ui/gl/gl_fence.cc
@@ -18,7 +18,7 @@
 #include "ui/gl/gl_fence_apple.h"
 #endif
 
-#if defined(USE_EGL) && defined(OS_POSIX) && !defined(OS_APPLE)
+#if defined(USE_EGL) && defined(OS_POSIX) && !defined(OS_APPLE) && !defined(OS_BSD)
 #define USE_GL_FENCE_ANDROID_NATIVE_FENCE_SYNC
 #include "ui/gl/gl_fence_android_native_fence_sync.h"
 #include "ui/gl/gl_surface_egl.h"