| Index: content/browser/browser_main_loop.cc
|
| diff --git a/content/browser/browser_main_loop.cc b/content/browser/browser_main_loop.cc
|
| index 643cd38bc40b1753c6c379a4943d777f21ab29bf..b55754d172798eaea6117a50516f2745248d47e7 100644
|
| --- a/content/browser/browser_main_loop.cc
|
| +++ b/content/browser/browser_main_loop.cc
|
| @@ -571,7 +571,7 @@ void BrowserMainLoop::MainMessageLoopStart() {
|
| #if defined(OS_ANDROID)
|
| {
|
| TRACE_EVENT0("startup", "BrowserMainLoop::Subsystem:SurfaceTextureManager");
|
| - SurfaceTextureManager::InitInstance(new BrowserSurfaceTextureManager);
|
| + SurfaceTextureManager::SetInstance(new BrowserSurfaceTextureManager);
|
| }
|
|
|
| if (!parsed_command_line_.HasSwitch(
|
|
|