blob: 81a97b393980aa39d0d7496675d139f0f2d04160 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- content/child/child_thread_impl.cc.orig 2017-04-19 19:06:33 UTC
+++ content/child/child_thread_impl.cc
@@ -699,7 +699,7 @@ std::unique_ptr<base::SharedMemory> Chil
return base::MakeUnique<base::SharedMemory>(shared_buf, false);
}
-#if defined(OS_LINUX)
+#if defined(OS_LINUX) || defined(OS_BSD)
void ChildThreadImpl::SetThreadPriority(base::PlatformThreadId id,
base::ThreadPriority priority) {
Send(new ChildProcessHostMsg_SetThreadPriority(id, priority));
|