| Index: chrome/browser/renderer_host/pepper/pepper_output_protection_message_filter.cc
|
| diff --git a/chrome/browser/renderer_host/pepper/pepper_output_protection_message_filter.cc b/chrome/browser/renderer_host/pepper/pepper_output_protection_message_filter.cc
|
| index 121430a79b55d7011472d737cd6d7c49c484e829..0a40ff422e04496403394448e488564d36496f26 100644
|
| --- a/chrome/browser/renderer_host/pepper/pepper_output_protection_message_filter.cc
|
| +++ b/chrome/browser/renderer_host/pepper/pepper_output_protection_message_filter.cc
|
| @@ -91,7 +91,7 @@ PepperOutputProtectionMessageFilter::~PepperOutputProtectionMessageFilter() {
|
| scoped_refptr<base::TaskRunner>
|
| PepperOutputProtectionMessageFilter::OverrideTaskRunnerForMessage(
|
| const IPC::Message& message) {
|
| - return content::BrowserThread::GetMessageLoopProxyForThread(
|
| + return content::BrowserThread::GetTaskRunnerForThread(
|
| content::BrowserThread::UI);
|
| }
|
|
|
|
|