Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(721)

Unified Diff: content/common/android/surface_texture_manager.h

Issue 1122383005: content: Rename SurfaceTextureManager::InitInstance to SetInstance. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/browser/browser_main_loop.cc ('k') | content/common/android/surface_texture_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/android/surface_texture_manager.h
diff --git a/content/common/android/surface_texture_manager.h b/content/common/android/surface_texture_manager.h
index cff81b983196c9e5172a35cc895baf963c34cb02..30a17dc9e15a8bfd897b3195a50952dde3ec0107 100644
--- a/content/common/android/surface_texture_manager.h
+++ b/content/common/android/surface_texture_manager.h
@@ -17,7 +17,7 @@ namespace content {
class CONTENT_EXPORT SurfaceTextureManager {
public:
static SurfaceTextureManager* GetInstance();
- static void InitInstance(SurfaceTextureManager* instance);
+ static void SetInstance(SurfaceTextureManager* instance);
// Register a surface texture for use in another process.
virtual void RegisterSurfaceTexture(int surface_texture_id,
« no previous file with comments | « content/browser/browser_main_loop.cc ('k') | content/common/android/surface_texture_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698