| Index: content/common/gpu/client/gpu_channel_host.h
|
| diff --git a/content/common/gpu/client/gpu_channel_host.h b/content/common/gpu/client/gpu_channel_host.h
|
| index ac9d120e7cc3660ac9b6e345879c3bdeb8a067d0..3f8ebb2654189f587940d1f7f19498e2aa13acaa 100644
|
| --- a/content/common/gpu/client/gpu_channel_host.h
|
| +++ b/content/common/gpu/client/gpu_channel_host.h
|
| @@ -134,6 +134,9 @@ class GpuChannelHost : public IPC::Sender,
|
| // Destroy a command buffer created by this channel.
|
| void DestroyCommandBuffer(CommandBufferProxyImpl* command_buffer);
|
|
|
| + // Destroy this channel.
|
| + void DestroyChannel();
|
| +
|
| // Add a route for the current message loop.
|
| void AddRoute(int route_id, base::WeakPtr<IPC::Listener> listener);
|
| void RemoveRoute(int route_id);
|
|
|