| Index: content/browser/browser_main_loop.cc
|
| diff --git a/content/browser/browser_main_loop.cc b/content/browser/browser_main_loop.cc
|
| index 9486c42ef6246a14fb70a18c8381ec32ccc43f63..dd21d2b09c3f683d45871627bc161f154f661a5e 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();
|
|
|