| Index: content/browser/browser_main_loop.cc
|
| diff --git a/content/browser/browser_main_loop.cc b/content/browser/browser_main_loop.cc
|
| index 623278ed9b679c61f27ab3eb567fde3d932a67f8..17f94fc8d7e65df541df095183228dae4cb4ce44 100644
|
| --- a/content/browser/browser_main_loop.cc
|
| +++ b/content/browser/browser_main_loop.cc
|
| @@ -1103,8 +1103,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()) {
|
|
|