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