diff options
Diffstat (limited to 'content/common/android/surface_texture_manager.cc')
-rw-r--r-- | content/common/android/surface_texture_manager.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/common/android/surface_texture_manager.cc b/content/common/android/surface_texture_manager.cc index 8062964..c2cb6ee 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; } |