diff options
Diffstat (limited to 'www/chromium-uc/patches/patch-remoting_host_chromoting_host_context_cc')
| -rw-r--r-- | www/chromium-uc/patches/patch-remoting_host_chromoting_host_context_cc | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/www/chromium-uc/patches/patch-remoting_host_chromoting_host_context_cc b/www/chromium-uc/patches/patch-remoting_host_chromoting_host_context_cc new file mode 100644 index 0000000..bb9f4bc --- /dev/null +++ b/www/chromium-uc/patches/patch-remoting_host_chromoting_host_context_cc | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | $OpenBSD: patch-remoting_host_chromoting_host_context_cc,v 1.5 2021/11/16 11:28:47 robert Exp $ | ||
| 2 | |||
| 3 | Index: remoting/host/chromoting_host_context.cc | ||
| 4 | --- remoting/host/chromoting_host_context.cc.orig | ||
| 5 | +++ remoting/host/chromoting_host_context.cc | ||
| 6 | @@ -143,7 +143,7 @@ std::unique_ptr<ChromotingHostContext> ChromotingHostC | ||
| 7 | // on a UI thread. | ||
| 8 | scoped_refptr<AutoThreadTaskRunner> input_task_runner = | ||
| 9 | AutoThread::CreateWithType("ChromotingInputThread", ui_task_runner, | ||
| 10 | -#if defined(OS_LINUX) || defined(OS_CHROMEOS) | ||
| 11 | +#if defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_BSD) | ||
| 12 | base::MessagePumpType::UI); | ||
| 13 | #else | ||
| 14 | base::MessagePumpType::IO); | ||
