Chromium Code Reviews| Index: content/browser/browser_main_loop.cc |
| diff --git a/content/browser/browser_main_loop.cc b/content/browser/browser_main_loop.cc |
| index ee37ebd34483caab1a3b51028501d6e15b9fff01..1e9e1306a632eff880bf710266619adcadb812e9 100644 |
| --- a/content/browser/browser_main_loop.cc |
| +++ b/content/browser/browser_main_loop.cc |
| @@ -1246,6 +1246,7 @@ int BrowserMainLoop::BrowserThreadsStarted() { |
| #if defined(OS_ANDROID) |
| // TODO(crbug.com/439322): This should be set to |true|. |
| established_gpu_channel = false; |
| + always_uses_gpu = StartGpuProcessOnBrowserStartup(); |
|
Charlie Reis
2016/05/05 16:55:00
This sounds like a command to start the GPU proces
qinmin
2016/05/05 17:05:53
Done.
|
| BrowserGpuChannelHostFactory::Initialize(established_gpu_channel); |
| #elif defined(USE_AURA) || defined(OS_MACOSX) |
| established_gpu_channel = true; |