aboutsummaryrefslogtreecommitdiff
path: root/www/iridium/files/patch-remoting_host_chromoting__host__context.cc
blob: 9e729b21105290aa347945b0dc4a6810011981b7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- remoting/host/chromoting_host_context.cc.orig	2023-03-13 07:33:08 UTC
+++ remoting/host/chromoting_host_context.cc
@@ -144,7 +144,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);