aboutsummaryrefslogtreecommitdiff
path: root/devel/electron37/files/patch-remoting_protocol_webrtc__video__stream.cc
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron37/files/patch-remoting_protocol_webrtc__video__stream.cc')
-rw-r--r--devel/electron37/files/patch-remoting_protocol_webrtc__video__stream.cc11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/electron37/files/patch-remoting_protocol_webrtc__video__stream.cc b/devel/electron37/files/patch-remoting_protocol_webrtc__video__stream.cc
new file mode 100644
index 000000000000..97691157e46a
--- /dev/null
+++ b/devel/electron37/files/patch-remoting_protocol_webrtc__video__stream.cc
@@ -0,0 +1,11 @@
+--- remoting/protocol/webrtc_video_stream.cc.orig 2025-03-24 20:50:14 UTC
++++ remoting/protocol/webrtc_video_stream.cc
+@@ -267,7 +267,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);