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

Unified Diff: content/browser/android/child_process_launcher_android.h

Issue 2525483005: Remove SurfaceTextureManager (Closed)
Patch Set: Fix link error Created 4 years 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
Index: content/browser/android/child_process_launcher_android.h
diff --git a/content/browser/android/child_process_launcher_android.h b/content/browser/android/child_process_launcher_android.h
index 0dbebc2680a2c8f11dc1c1c5009b56fa091e7453..b99fbd72f6eefa60b79b25aece4ec1f67df79ab5 100644
--- a/content/browser/android/child_process_launcher_android.h
+++ b/content/browser/android/child_process_launcher_android.h
@@ -40,16 +40,6 @@ bool IsChildProcessOomProtected(base::ProcessHandle handle);
void SetChildProcessInForeground(base::ProcessHandle handle,
bool in_foreground);
-
-void CreateSurfaceTextureSurface(int surface_texture_id,
- int client_id,
- gl::SurfaceTexture* surface_texture);
-
-void DestroySurfaceTextureSurface(int surface_texture_id, int client_id);
-
-gl::ScopedJavaSurface GetSurfaceTextureSurface(int surface_texture_id,
- int client_id);
-
bool RegisterChildProcessLauncher(JNIEnv* env);
} // namespace content
« no previous file with comments | « content/browser/android/browser_surface_texture_manager.cc ('k') | content/browser/android/child_process_launcher_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698