| Index: content/ppapi_plugin/ppapi_thread.h
|
| diff --git a/content/ppapi_plugin/ppapi_thread.h b/content/ppapi_plugin/ppapi_thread.h
|
| index 8b4f522d7c4d6ecbe9fb7bb90681d1cee0928a2d..190cfd8c0acde398d0eb6ece6843e3cb1d43feb5 100644
|
| --- a/content/ppapi_plugin/ppapi_thread.h
|
| +++ b/content/ppapi_plugin/ppapi_thread.h
|
| @@ -74,7 +74,7 @@ class PpapiThread : public ChildThreadImpl,
|
|
|
| // PluginDispatcher::PluginDelegate implementation.
|
| std::set<PP_Instance>* GetGloballySeenInstanceIDSet() override;
|
| - base::MessageLoopProxy* GetIPCMessageLoop() override;
|
| + base::SingleThreadTaskRunner* GetIPCTaskRunner() override;
|
| base::WaitableEvent* GetShutdownEvent() override;
|
| IPC::PlatformFileForTransit ShareHandleWithRemote(
|
| base::PlatformFile handle,
|
|
|