| Index: content/common/android/surface_texture_manager.cc
|
| diff --git a/content/common/android/surface_texture_manager.cc b/content/common/android/surface_texture_manager.cc
|
| index 8062964e0575285c18541caa62e4c58d55a8113a..c2cb6eeb98313fc16be49ea8d0c1c92fd9722034 100644
|
| --- a/content/common/android/surface_texture_manager.cc
|
| +++ b/content/common/android/surface_texture_manager.cc
|
| @@ -20,7 +20,7 @@ SurfaceTextureManager* SurfaceTextureManager::GetInstance() {
|
| }
|
|
|
| // static
|
| -void SurfaceTextureManager::InitInstance(SurfaceTextureManager* instance) {
|
| +void SurfaceTextureManager::SetInstance(SurfaceTextureManager* instance) {
|
| DCHECK(!g_instance || !instance);
|
| g_instance = instance;
|
| }
|
|
|