--- gpu/command_buffer/client/test_shared_image_interface.cc.orig 2026-01-07 00:52:53 UTC +++ gpu/command_buffer/client/test_shared_image_interface.cc @@ -24,7 +24,7 @@ #include "ui/gfx/gpu_fence.h" #include "ui/gfx/gpu_memory_buffer_handle.h" -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) #include #endif @@ -418,7 +418,7 @@ TestSharedImageInterface::CreateSharedImageWithAsyncMa return image; } -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) scoped_refptr TestSharedImageInterface::CreateNativePixmapBackedSharedImage( const SharedImageInfo& si_info,