Chromium Code Reviews| Index: ppapi/proxy/ppp_class_proxy.h |
| =================================================================== |
| --- ppapi/proxy/ppp_class_proxy.h (revision 70108) |
| +++ ppapi/proxy/ppp_class_proxy.h (working copy) |
| @@ -42,7 +42,7 @@ |
| // InterfaceProxy implementation. |
| virtual const void* GetSourceInterface() const; |
| virtual InterfaceID GetInterfaceId() const; |
| - virtual void OnMessageReceived(const IPC::Message& msg); |
| + virtual bool OnMessageReceived(const IPC::Message& msg); |
| private: |
| // IPC message handlers. |