| Index: content/ppapi_plugin/ppapi_thread.h
|
| ===================================================================
|
| --- content/ppapi_plugin/ppapi_thread.h (revision 83679)
|
| +++ content/ppapi_plugin/ppapi_thread.h (working copy)
|
| @@ -33,7 +33,7 @@
|
| virtual bool OnMessageReceived(const IPC::Message& msg);
|
|
|
| // Dispatcher::Delegate implementation.
|
| - virtual MessageLoop* GetIPCMessageLoop();
|
| + virtual base::MessageLoopProxy* GetIPCMessageLoop();
|
| virtual base::WaitableEvent* GetShutdownEvent();
|
| virtual std::set<PP_Instance>* GetGloballySeenInstanceIDSet();
|
|
|
|
|