PPAPI: Don't use MessageLoop::current in the plugin process
The plugin is allowed to use Pepper without having bound a PPB_MessageLoop to the calling thread, which means MessageLoop::current won't be valid. Instead, we should just post to the Pepper main thread. BUG=459671 Review URL: https://codereview.chromium.org/938843002 Cr-Commit-Position: refs/heads/master@{#316924}
Showing
Please register or sign in to comment