blob: f1d5ec2c7ee850ca51c04a39072d2140f9aeca9d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- content/child/child_thread_impl.cc.orig 2017-02-02 02:02:53 UTC
+++ content/child/child_thread_impl.cc
@@ -751,7 +751,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));
|