| Index: content/browser/browser_main_loop.cc
|
| diff --git a/content/browser/browser_main_loop.cc b/content/browser/browser_main_loop.cc
|
| index 20f9660dfd82cb62310f9d6f897be59dc20f3dc8..cfda90f4d838d743de7c0d2c872469b198f3c48a 100644
|
| --- a/content/browser/browser_main_loop.cc
|
| +++ b/content/browser/browser_main_loop.cc
|
| @@ -926,6 +926,11 @@ void BrowserMainLoop::CreateStartupTasks() {
|
| #endif
|
| }
|
|
|
| +gpu::GpuChannelEstablishFactory*
|
| +BrowserMainLoop::gpu_channel_establish_factory() const {
|
| + return BrowserGpuChannelHostFactory::instance();
|
| +}
|
| +
|
| #if defined(OS_ANDROID)
|
| void BrowserMainLoop::SynchronouslyFlushStartupTasks() {
|
| startup_task_runner_->RunAllTasksNow();
|
|
|