mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 10:06:40 -04:00
11 lines
604 B
C++
11 lines
604 B
C++
--- remoting/host/chromoting_host_context.cc.orig 2025-04-04 08:52:13 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);
|