| Index: ppapi/proxy/plugin_globals.cc
|
| diff --git a/ppapi/proxy/plugin_globals.cc b/ppapi/proxy/plugin_globals.cc
|
| index 4932d32b2453d0d508fc986e8bff927d0642f5eb..75369d0c88f49cc29d23be4df9db08e898e08b08 100644
|
| --- a/ppapi/proxy/plugin_globals.cc
|
| +++ b/ppapi/proxy/plugin_globals.cc
|
| @@ -105,6 +105,10 @@ void PluginGlobals::BroadcastLogWithSource(PP_Module /* module */,
|
| LogWithSource(0, level, source, value);
|
| }
|
|
|
| +MessageLoopShared* PluginGlobals::GetCurrentMessageLoop() {
|
| + return MessageLoopResource::GetCurrent();
|
| +}
|
| +
|
| MessageLoopResource* PluginGlobals::loop_for_main_thread() {
|
| return loop_for_main_thread_.get();
|
| }
|
|
|