| Index: content/browser/browser_main_loop.cc
|
| diff --git a/content/browser/browser_main_loop.cc b/content/browser/browser_main_loop.cc
|
| index d9bfded9f2230b6c0c0b124edf5bf0d3089fde8d..0455fadea421837b41c60f4236359d5acf3bca88 100644
|
| --- a/content/browser/browser_main_loop.cc
|
| +++ b/content/browser/browser_main_loop.cc
|
| @@ -76,7 +76,7 @@
|
| #if defined(OS_ANDROID)
|
| #include "base/android/jni_android.h"
|
| #include "content/browser/android/browser_startup_controller.h"
|
| -#include "content/browser/android/surface_texture_peer_browser_impl.h"
|
| +#include "content/browser/android/browser_surface_texture_manager.h"
|
| #include "content/browser/android/tracing_controller_android.h"
|
| #include "ui/gl/gl_surface.h"
|
| #endif
|
| @@ -537,8 +537,8 @@ void BrowserMainLoop::MainMessageLoopStart() {
|
|
|
| #if defined(OS_ANDROID)
|
| {
|
| - TRACE_EVENT0("startup", "BrowserMainLoop::Subsystem:SurfaceTexturePeer");
|
| - SurfaceTexturePeer::InitInstance(new SurfaceTexturePeerBrowserImpl());
|
| + TRACE_EVENT0("startup", "BrowserMainLoop::Subsystem:SurfaceTextureManager");
|
| + SurfaceTextureManager::InitInstance(new BrowserSurfaceTextureManager);
|
| }
|
| #endif
|
|
|
|
|