| Index: chrome/renderer/gpu_channel_host.h
|
| ===================================================================
|
| --- chrome/renderer/gpu_channel_host.h (revision 70108)
|
| +++ chrome/renderer/gpu_channel_host.h (working copy)
|
| @@ -53,7 +53,7 @@
|
| const GPUInfo& gpu_info() const;
|
|
|
| // IPC::Channel::Listener implementation:
|
| - virtual void OnMessageReceived(const IPC::Message& msg);
|
| + virtual bool OnMessageReceived(const IPC::Message& msg);
|
| virtual void OnChannelConnected(int32 peer_pid);
|
| virtual void OnChannelError();
|
|
|
|
|