aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-remoting_host_base_desktop__environment__options.cc
blob: db4b29c77adaa146fa394dd6fe3db80aaeacf022 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- remoting/host/base/desktop_environment_options.cc.orig	2023-03-09 06:31:50 UTC
+++ remoting/host/base/desktop_environment_options.cc
@@ -119,7 +119,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;