| Index: content/browser/browser_main_loop.cc
|
| diff --git a/content/browser/browser_main_loop.cc b/content/browser/browser_main_loop.cc
|
| index 1206fd6954df1d5dbf9712eddb9c0562f66a8b86..4183b02379f7b9cf7067956ea82c46c386ada009 100644
|
| --- a/content/browser/browser_main_loop.cc
|
| +++ b/content/browser/browser_main_loop.cc
|
| @@ -1107,8 +1107,7 @@ int BrowserMainLoop::BrowserThreadsStarted() {
|
|
|
| #if defined(OS_ANDROID)
|
| // Up the priority of the UI thread.
|
| - base::PlatformThread::SetThreadPriority(base::PlatformThread::CurrentHandle(),
|
| - base::ThreadPriority::DISPLAY);
|
| + base::PlatformThread::SetCurrentThreadPriority(base::ThreadPriority::DISPLAY);
|
| #endif
|
|
|
| if (!UsingInProcessGpu()) {
|
|
|