| Index: content/renderer/gpu/gpu_channel_host.h
|
| diff --git a/content/renderer/gpu/gpu_channel_host.h b/content/renderer/gpu/gpu_channel_host.h
|
| index ec5cd20bf25d29db8892e71bcd03e2f5b199363c..00698bf28a9b040b946eb40bdd59547f2939e01f 100644
|
| --- a/content/renderer/gpu/gpu_channel_host.h
|
| +++ b/content/renderer/gpu/gpu_channel_host.h
|
| @@ -102,6 +102,10 @@ class GpuChannelHost : public IPC::Channel::Listener,
|
| return transport_texture_service_.get();
|
| }
|
|
|
| + // Called to add/remove a listener for a particular message routing ID.
|
| + void AddRoute(int32 route_id, IPC::Channel::Listener* listener);
|
| + void RemoveRoute(int32 route_id);
|
| +
|
| private:
|
| State state_;
|
|
|
|
|