aboutsummaryrefslogtreecommitdiff
path: root/devel/electron38/files/patch-remoting_protocol_webrtc__video__stream.cc
blob: c3aee205a107bce130e68e6644a71bba91f1972f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- remoting/protocol/webrtc_video_stream.cc.orig	2025-08-26 20:49:50 UTC
+++ remoting/protocol/webrtc_video_stream.cc
@@ -271,7 +271,7 @@ WebrtcVideoStream::WebrtcVideoStream(const SessionOpti
     : session_options_(session_options) {
 // TODO(joedow): Dig into the threading model on other platforms to see if they
 // can also be updated to run on a dedicated thread.
-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
   core_task_runner_ = base::ThreadPool::CreateSingleThreadTaskRunner(
       {base::TaskPriority::HIGHEST},
       base::SingleThreadTaskRunnerThreadMode::DEDICATED);