| Index: content/browser/browser_main_loop.cc
|
| diff --git a/content/browser/browser_main_loop.cc b/content/browser/browser_main_loop.cc
|
| index b0fa2c08e2f9ded1115ae1acb462ee4f8440670c..203400ea7757b12c8581abdb4556a2f1bca2f863 100644
|
| --- a/content/browser/browser_main_loop.cc
|
| +++ b/content/browser/browser_main_loop.cc
|
| @@ -1108,8 +1108,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
|
|
|
| bool always_uses_gpu = true;
|
|
|