diff options
Diffstat (limited to 'content/renderer/gpu/gpu_channel_host.h')
-rw-r--r-- | content/renderer/gpu/gpu_channel_host.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/content/renderer/gpu/gpu_channel_host.h b/content/renderer/gpu/gpu_channel_host.h index 4bd9fbb..96c6ae4 100644 --- a/content/renderer/gpu/gpu_channel_host.h +++ b/content/renderer/gpu/gpu_channel_host.h @@ -101,12 +101,6 @@ class GpuChannelHost : public IPC::Message::Sender, // Destroy a command buffer created by this channel. void DestroyCommandBuffer(CommandBufferProxy* command_buffer); - // Create a surface in the GPU process. Returns null on failure. - GpuSurfaceProxy* CreateOffscreenSurface(const gfx::Size& size); - - // Destroy a surface in the GPU process. - void DestroySurface(GpuSurfaceProxy* surface); - TransportTextureService* transport_texture_service() { return transport_texture_service_.get(); } |