| Index: content/common/gpu/gpu_channel.h
|
| ===================================================================
|
| --- content/common/gpu/gpu_channel.h (revision 98655)
|
| +++ content/common/gpu/gpu_channel.h (working copy)
|
| @@ -150,6 +150,8 @@
|
|
|
| void OnCreateTransportTexture(int32 context_route_id, int32 host_id);
|
|
|
| + void OnEcho(const IPC::Message& message);
|
| +
|
| // The lifetime of objects of this class is managed by a GpuChannelManager.
|
| // The GpuChannelManager destroy all the GpuChannels that they own when they
|
| // are destroyed. So a raw pointer is safe.
|
|
|