opnsense-ports/devel/electron22/files/patch-remoting_host_chromoting__host__context.cc
Franco Fichtner d016c42591 */*: sync with upstream
Taken from: FreeBSD
2023-01-30 10:59:54 +01:00

11 lines
604 B
C++

--- 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);