1 --- gpu/command_buffer/tests/gl_test_utils.h.orig 2022-07-22 17:30:31 UTC 2 +++ gpu/command_buffer/tests/gl_test_utils.h 3 @@ -122,7 +122,7 @@ class GpuCommandBufferTestEGL { 4 return gfx::HasExtension(gl_extensions_, extension); 5 } 6 7 -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) 8 +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) 9 // Create GLImageNativePixmap filled in with the given pixels. 10 scoped_refptr<gl::GLImageNativePixmap> CreateGLImageNativePixmap( 11 gfx::BufferFormat format, 12