$OpenBSD: patch-ui_gfx_gpu_memory_buffer_cc,v 1.4 2018/09/12 17:08:22 robert Exp $

Index: ui/gfx/gpu_memory_buffer.cc
--- ui/gfx/gpu_memory_buffer.cc.orig
+++ ui/gfx/gpu_memory_buffer.cc
@@ -46,7 +46,7 @@ GpuMemoryBufferHandle CloneHandleForIPC(
       gfx::GpuMemoryBufferHandle handle;
       handle.type = gfx::NATIVE_PIXMAP;
       handle.id = source_handle.id;
-#if defined(OS_LINUX)
+#if defined(OS_LINUX) || defined(OS_BSD)
       handle.native_pixmap_handle =
           gfx::CloneHandleForIPC(source_handle.native_pixmap_handle);
 #endif
