aboutsummaryrefslogblamecommitdiff
path: root/www/chromium/files/patch-ui_gfx_gpu__memory__buffer.cc
blob: 525b921796f7c5be506c57dbb3edecfb294dfc45 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                               
                               
                                                                        


                                      

                                                                                                
                                                                         
                          
                                  
--- ui/gfx/gpu_memory_buffer.cc.orig	2024-05-21 18:07:39 UTC
+++ ui/gfx/gpu_memory_buffer.cc
@@ -55,7 +55,7 @@ GpuMemoryBufferHandle GpuMemoryBufferHandle::Clone() c
   handle.region = region.Duplicate();
   handle.offset = offset;
   handle.stride = stride;
-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_FUCHSIA)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_BSD)
   handle.native_pixmap_handle = CloneHandleForIPC(native_pixmap_handle);
 #elif BUILDFLAG(IS_APPLE)
   handle.io_surface = io_surface;