Commit b8be6ae0 authored by sievers's avatar sievers Committed by Commit bot

Android: Start up GPU channel early

This addresses a TODO and reverts
https://codereview.chromium.org/777303004.

With https://codereview.chromium.org/889083002
the CrashDumpManager is now initialized earlier so
things should be fine.

BUG=439322

Review URL: https://codereview.chromium.org/893393004

Cr-Commit-Position: refs/heads/master@{#315170}
parent 04ce146c
...@@ -1077,8 +1077,7 @@ int BrowserMainLoop::BrowserThreadsStarted() { ...@@ -1077,8 +1077,7 @@ int BrowserMainLoop::BrowserThreadsStarted() {
} }
#endif #endif
#elif defined(OS_ANDROID) #elif defined(OS_ANDROID)
// TODO(crbug.com/439322): This should be set to |true|. established_gpu_channel = true;
established_gpu_channel = false;
BrowserGpuChannelHostFactory::Initialize(established_gpu_channel); BrowserGpuChannelHostFactory::Initialize(established_gpu_channel);
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment