1 --- content/browser/media/frameless_media_interface_proxy.cc.orig 2022-08-31 12:19:35 UTC 2 +++ content/browser/media/frameless_media_interface_proxy.cc 3 @@ -16,7 +16,7 @@ 4 #include "media/mojo/mojom/renderer_extensions.mojom.h" 5 #include "media/mojo/mojom/stable/stable_video_decoder.mojom.h" 6 7 -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) 8 +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) 9 #include "content/public/browser/stable_video_decoder_factory.h" 10 #include "media/base/media_switches.h" 11 #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) 12 @@ -67,7 +67,7 @@ void FramelessMediaInterfaceProxy::CreateVideoDecoder( 13 14 mojo::PendingRemote<media::stable::mojom::StableVideoDecoder> 15 oop_video_decoder; 16 -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) 17 +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) 18 if (base::FeatureList::IsEnabled(media::kUseOutOfProcessVideoDecoding)) { 19 if (!render_process_host_) { 20 if (!stable_vd_factory_remote_.is_bound()) { 21