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

Unified Diff: content/browser/renderer_host/compositor_impl_android.h

Issue 634643002: content: Out-of-process GPU service support for SurfaceTexture backed GpuMemoryBuffers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase and address some review feedback Created 6 years, 2 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
Index: content/browser/renderer_host/compositor_impl_android.h
diff --git a/content/browser/renderer_host/compositor_impl_android.h b/content/browser/renderer_host/compositor_impl_android.h
index b665ffc2eecff40c4a4a69e749b6a3c9acaca8d4..b7cbb53a40f2109e83de6ecb57649d9bfe4c33a2 100644
--- a/content/browser/renderer_host/compositor_impl_android.h
+++ b/content/browser/renderer_host/compositor_impl_android.h
@@ -49,13 +49,6 @@ class CONTENT_EXPORT CompositorImpl
static bool IsInitialized();
- // Creates a surface texture and returns a surface texture id. Returns -1 on
- // failure.
- static int CreateSurfaceTexture(int child_process_id);
-
- // Destroy all surface textures associated with |child_process_id|.
- static void DestroyAllSurfaceTextures(int child_process_id);
-
void PopulateGpuCapabilities(gpu::Capabilities gpu_capabilities);
private:

Powered by Google App Engine
This is Rietveld 408576698