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 51b397122834770f828381b63e644775ac9bdb67..f3a120d30be55b52835d34285b28bb8017552c21 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_; |