summaryrefslogtreecommitdiffstats
path: root/chrome/ppapi_plugin/ppapi_thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/ppapi_plugin/ppapi_thread.h')
-rw-r--r--chrome/ppapi_plugin/ppapi_thread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/ppapi_plugin/ppapi_thread.h b/chrome/ppapi_plugin/ppapi_thread.h
index 215d1bd..08e62fc 100644
--- a/chrome/ppapi_plugin/ppapi_thread.h
+++ b/chrome/ppapi_plugin/ppapi_thread.h
@@ -32,7 +32,7 @@ class PpapiThread : public ChildThread {
private:
// ChildThread overrides.
- virtual void OnMessageReceived(const IPC::Message& msg);
+ virtual bool OnMessageReceived(const IPC::Message& msg);
// Message handlers.
void OnMsgLoadPlugin(base::ProcessHandle renderer_handle,