aboutsummaryrefslogtreecommitdiff
path: root/devel/electron38/files/patch-remoting_host_base_desktop__environment__options.cc
blob: 1fa0113636f0d072b9447dcf9d6880748c48b555 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- remoting/host/base/desktop_environment_options.cc.orig	2025-04-22 20:15:27 UTC
+++ remoting/host/base/desktop_environment_options.cc
@@ -109,7 +109,7 @@ bool DesktopEnvironmentOptions::capture_video_on_dedic
   // TODO(joedow): Determine whether we can migrate additional platforms to
   // using the DesktopCaptureWrapper instead of the DesktopCaptureProxy. Then
   // clean up DesktopCapturerProxy::Core::CreateCapturer().
-#if BUILDFLAG(IS_LINUX)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
   return capture_video_on_dedicated_thread_;
 #else
   return false;