| Index: content/browser/browser_main_loop.cc
|
| diff --git a/content/browser/browser_main_loop.cc b/content/browser/browser_main_loop.cc
|
| index 2b1664fa2fc4bd83567be2e1d6eeec7f6291b47c..162f0269445b157301337215fa80f7ae86decccc 100644
|
| --- a/content/browser/browser_main_loop.cc
|
| +++ b/content/browser/browser_main_loop.cc
|
| @@ -638,10 +638,10 @@ void BrowserMainLoop::PostMainMessageLoopStart() {
|
| {
|
| TRACE_EVENT0("startup", "BrowserMainLoop::Subsystem:SurfaceTextureManager");
|
| if (parsed_command_line_.HasSwitch(switches::kSingleProcess)) {
|
| - SurfaceTextureManager::SetInstance(
|
| + gpu::SurfaceTextureManager::SetInstance(
|
| InProcessSurfaceTextureManager::GetInstance());
|
| } else {
|
| - SurfaceTextureManager::SetInstance(
|
| + gpu::SurfaceTextureManager::SetInstance(
|
| BrowserSurfaceTextureManager::GetInstance());
|
| }
|
| }
|
|
|