| 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 932984e2d4a7985b615a6579a427bef030b415f3..402271b1084e786329e02e6454c7d36784cc75d6 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:
|
|
|