| Index: content/gpu/gpu_child_thread.cc
|
| diff --git a/content/gpu/gpu_child_thread.cc b/content/gpu/gpu_child_thread.cc
|
| index 916d88abfbe16dae2a25f58fa428328dd7de3fc4..36cad75bdccb98e3991c6cd2426522e8cdc258e4 100644
|
| --- a/content/gpu/gpu_child_thread.cc
|
| +++ b/content/gpu/gpu_child_thread.cc
|
| @@ -162,8 +162,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
|
|
|