summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy/interface_proxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'ppapi/proxy/interface_proxy.h')
-rw-r--r--ppapi/proxy/interface_proxy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ppapi/proxy/interface_proxy.h b/ppapi/proxy/interface_proxy.h
index 33e19bb..672e268 100644
--- a/ppapi/proxy/interface_proxy.h
+++ b/ppapi/proxy/interface_proxy.h
@@ -59,7 +59,7 @@ class InterfaceProxy : public IPC::Channel::Listener,
virtual InterfaceID GetInterfaceId() const = 0;
// Sub-classes must implement IPC::Channel::Listener which contains this:
- //virtual void OnMessageReceived(const IPC::Message& msg);
+ //virtual bool OnMessageReceived(const IPC::Message& msg);
protected:
uint32 SendCallback(PP_CompletionCallback callback);