| Index: content/browser/browser_main_loop.cc
|
| ===================================================================
|
| --- content/browser/browser_main_loop.cc (revision 156701)
|
| +++ content/browser/browser_main_loop.cc (working copy)
|
| @@ -652,9 +652,9 @@
|
| // RDH needs the IO thread to be created.
|
| resource_dispatcher_host_.reset(new ResourceDispatcherHostImpl());
|
|
|
| - // Start the GpuDataManager before we set up the MessageLoops because
|
| + // Initialize the GpuDataManager before we set up the MessageLoops because
|
| // otherwise we'll trigger the assertion about doing IO on the UI thread.
|
| - content::GpuDataManager::GetInstance();
|
| + content::GpuDataManager::GetInstance()->Initialize();
|
| #endif // !OS_IOS
|
|
|
| #if defined(ENABLE_INPUT_SPEECH)
|
|
|