aboutsummaryrefslogtreecommitdiff
path: root/devel/electron23/files/patch-remoting_host_chromoting__host__context.cc
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron23/files/patch-remoting_host_chromoting__host__context.cc')
-rw-r--r--devel/electron23/files/patch-remoting_host_chromoting__host__context.cc11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/electron23/files/patch-remoting_host_chromoting__host__context.cc b/devel/electron23/files/patch-remoting_host_chromoting__host__context.cc
new file mode 100644
index 000000000000..9eb30d2cc011
--- /dev/null
+++ b/devel/electron23/files/patch-remoting_host_chromoting__host__context.cc
@@ -0,0 +1,11 @@
+--- remoting/host/chromoting_host_context.cc.orig 2022-02-28 16:54:41 UTC
++++ remoting/host/chromoting_host_context.cc
+@@ -143,7 +143,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);