| 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:
|
|
|