| 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 ebbbdac3f66a509ee9b9a70d29ecf2e722b405b0..9a7347666571839c2502cd772b3f3c91e2bde151 100644
|
| --- a/content/common/gpu/client/gpu_channel_host.h
|
| +++ b/content/common/gpu/client/gpu_channel_host.h
|
| @@ -130,6 +130,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);
|
|
|