aboutsummaryrefslogblamecommitdiff
path: root/devel/electron23/files/patch-media_gpu_vaapi_vaapi__video__decoder.cc
blob: 568910bcd241aaf1ea463137022a27a0e2833840 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                                          
--- media/gpu/vaapi/vaapi_video_decoder.cc.orig	2023-02-22 18:41:52 UTC
+++ media/gpu/vaapi/vaapi_video_decoder.cc
@@ -768,7 +768,7 @@ void VaapiVideoDecoder::ApplyResolutionChangeWithScree
   const gfx::Size decoder_natural_size =
       aspect_ratio_.GetNaturalSize(decoder_visible_rect);
 
-#if BUILDFLAG(IS_LINUX)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
   absl::optional<DmabufVideoFramePool::CreateFrameCB> allocator =
       base::BindRepeating(&AllocateCustomFrameProxy, weak_this_);
   std::vector<ImageProcessor::PixelLayoutCandidate> candidates = {