| Index: content/gpu/gpu_child_thread.cc
|
| diff --git a/content/gpu/gpu_child_thread.cc b/content/gpu/gpu_child_thread.cc
|
| index 7d7ffe8f0aca8ebac8189825b8d55b2b02a6943e..dc399e05fbdd9c0f0cfdfa3ef37f69f8dedafa68 100644
|
| --- a/content/gpu/gpu_child_thread.cc
|
| +++ b/content/gpu/gpu_child_thread.cc
|
| @@ -230,8 +230,7 @@ void GpuChildThread::OnInitialize() {
|
| }
|
|
|
| #if defined(OS_ANDROID)
|
| - base::PlatformThread::SetThreadPriority(base::PlatformThread::CurrentHandle(),
|
| - base::ThreadPriority::DISPLAY);
|
| + base::PlatformThread::SetCurrentThreadPriority(base::ThreadPriority::DISPLAY);
|
| #endif
|
|
|
| // We don't need to pipe log messages if we are running the GPU thread in
|
|
|