aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-remoting_host_chromoting__host__context.cc
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-remoting_host_chromoting__host__context.cc')
-rw-r--r--www/chromium/files/patch-remoting_host_chromoting__host__context.cc16
1 files changed, 16 insertions, 0 deletions
diff --git a/www/chromium/files/patch-remoting_host_chromoting__host__context.cc b/www/chromium/files/patch-remoting_host_chromoting__host__context.cc
new file mode 100644
index 000000000000..8f081a2ab251
--- /dev/null
+++ b/www/chromium/files/patch-remoting_host_chromoting__host__context.cc
@@ -0,0 +1,16 @@
+--- remoting/host/chromoting_host_context.cc.orig 2021-06-10 11:44:05 UTC
++++ remoting/host/chromoting_host_context.cc
+@@ -139,11 +139,11 @@ std::unique_ptr<ChromotingHostContext> ChromotingHostC
+ // on a UI thread.
+ scoped_refptr<AutoThreadTaskRunner> input_task_runner =
+ AutoThread::CreateWithType("ChromotingInputThread", ui_task_runner,
+-#if defined(OS_LINUX) || defined(OS_CHROMEOS)
++#if defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_BSD)
+ base::MessagePumpType::UI);
+ #else
+ base::MessagePumpType::IO);
+-#endif // defined(OS_LINUX) || defined(OS_CHROMEOS)
++#endif // defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_BSD)
+
+ return base::WrapUnique(new ChromotingHostContext(
+ ui_task_runner, audio_task_runner, file_task_runner, input_task_runner,