Index: content/gpu/gpu_child_thread.cc |
diff --git a/content/gpu/gpu_child_thread.cc b/content/gpu/gpu_child_thread.cc |
index 901618e29fdb5f4dfe58a00433e34f618b0645c6..aaed8082a6a879c411aa4be35bccea762b950862 100644 |
--- a/content/gpu/gpu_child_thread.cc |
+++ b/content/gpu/gpu_child_thread.cc |
@@ -167,9 +167,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 |