aboutsummaryrefslogtreecommitdiff
path: root/devel/electron37/files/patch-remoting_host_chromoting__host__context.cc
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron37/files/patch-remoting_host_chromoting__host__context.cc')
-rw-r--r--devel/electron37/files/patch-remoting_host_chromoting__host__context.cc11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/electron37/files/patch-remoting_host_chromoting__host__context.cc b/devel/electron37/files/patch-remoting_host_chromoting__host__context.cc
new file mode 100644
index 000000000000..3680c368b0e0
--- /dev/null
+++ b/devel/electron37/files/patch-remoting_host_chromoting__host__context.cc
@@ -0,0 +1,11 @@
+--- remoting/host/chromoting_host_context.cc.orig 2025-04-22 20:15:27 UTC
++++ remoting/host/chromoting_host_context.cc
+@@ -335,7 +335,7 @@ std::unique_ptr<ChromotingHostContext> ChromotingHostC
+ // on a UI thread.
+ scoped_refptr<AutoThreadTaskRunner> input_task_runner =
+ AutoThread::CreateWithType("ChromotingInputThread", ui_task_runner,
+-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
+ base::MessagePumpType::UI);
+ #else
+ base::MessagePumpType::IO);