aboutsummaryrefslogtreecommitdiffstats
path: root/devel/electron35/files/patch-remoting_host_base_desktop__environment__options.cc
blob: 9d0ca346db78195b6e29cbeb734d28fbe990237f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- remoting/host/base/desktop_environment_options.cc.orig	2024-10-16 21:31:37 UTC
+++ remoting/host/base/desktop_environment_options.cc
@@ -99,7 +99,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;