| Index: content/common/gpu/client/command_buffer_proxy_impl.h | 
| diff --git a/content/common/gpu/client/command_buffer_proxy_impl.h b/content/common/gpu/client/command_buffer_proxy_impl.h | 
| index 82e30e5632fca5ce933aff04333215f24cf90780..a24908a868675dbeb0ae722ef877bfe14661e6bb 100644 | 
| --- a/content/common/gpu/client/command_buffer_proxy_impl.h | 
| +++ b/content/common/gpu/client/command_buffer_proxy_impl.h | 
| @@ -99,6 +99,7 @@ class CommandBufferProxyImpl | 
| scoped_refptr<gpu::Buffer> CreateTransferBuffer(size_t size, | 
| int32* id) override; | 
| void DestroyTransferBuffer(int32 id) override; | 
| +  void GetRouteInformation(int* channel_id, uint32_t* route_id) override; | 
|  | 
| // gpu::GpuControl implementation: | 
| gpu::Capabilities GetCapabilities() override; | 
|  |