| Index: content/common/gpu/gpu_channel.h
|
| diff --git a/content/common/gpu/gpu_channel.h b/content/common/gpu/gpu_channel.h
|
| index 4599f2ffce1cf95373cbac811f7e5d11f6990bb8..f2101a175cb5f0a9627c0389762d57b9a33a7db8 100644
|
| --- a/content/common/gpu/gpu_channel.h
|
| +++ b/content/common/gpu/gpu_channel.h
|
| @@ -127,8 +127,6 @@ class GpuChannel : public IPC::Channel::Listener,
|
| IPC::Message* reply_message);
|
| void OnDestroyCommandBuffer(int32 route_id, IPC::Message* reply_message);
|
|
|
| - void OnEcho(const IPC::Message& message);
|
| -
|
| void OnWillGpuSwitchOccur(bool is_creating_context,
|
| gfx::GpuPreference gpu_preference,
|
| IPC::Message* reply_message);
|
|
|