aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-media_mojo_mojom_stable_stable__video__decoder__types__mojom__traits.h
blob: c8745ab9314622d0e445ee2ba741ff4b211cfd3d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- media/mojo/mojom/stable/stable_video_decoder_types_mojom_traits.h.orig	2022-05-19 14:06:27 UTC
+++ media/mojo/mojom/stable/stable_video_decoder_types_mojom_traits.h
@@ -620,7 +620,7 @@ struct StructTraits<media::stable::mojom::NativeGpuMem
   static const gfx::GpuMemoryBufferId& id(
       const gfx::GpuMemoryBufferHandle& input);
 
-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
   static gfx::NativePixmapHandle platform_handle(
       gfx::GpuMemoryBufferHandle& input);
 #else