--- electron/shell/browser/osr/osr_video_consumer.cc.orig 2024-11-11 11:24:27 UTC +++ electron/shell/browser/osr/osr_video_consumer.cc @@ -103,7 +103,7 @@ void OffScreenVideoConsumer::OnFrameCaptured( #elif BUILDFLAG(IS_APPLE) texture.shared_texture_handle = reinterpret_cast(gmb_handle.io_surface.get()); -#elif BUILDFLAG(IS_LINUX) +#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) const auto& native_pixmap = gmb_handle.native_pixmap_handle; texture.modifier = native_pixmap.modifier; for (const auto& plane : native_pixmap.planes) {