aboutsummaryrefslogtreecommitdiff
path: root/devel/electron13/files/patch-gpu_command__buffer_tests_gl__test__utils.h
blob: 50ab080dda04ec4acf58e1392beb7a664355344b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- gpu/command_buffer/tests/gl_test_utils.h.orig	2021-01-07 00:36:35 UTC
+++ gpu/command_buffer/tests/gl_test_utils.h
@@ -120,7 +120,7 @@ class GpuCommandBufferTestEGL {
     return gfx::HasExtension(gl_extensions_, extension);
   }
 
-#if defined(OS_LINUX) || defined(OS_CHROMEOS)
+#if defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_BSD)
   // Create GLImageNativePixmap filled in with the given pixels.
   scoped_refptr<gl::GLImageNativePixmap> CreateGLImageNativePixmap(
       gfx::BufferFormat format,