aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-media_mojo_mojom_stable_stable__video__decoder__types__mojom__traits.h
blob: 81678c827a6131b8348b779a33f0650645118fed (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-06-17 14:20:10 UTC
+++ media/mojo/mojom/stable/stable_video_decoder_types_mojom_traits.h
@@ -625,7 +625,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