| 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 10dc0505966d629f569c031246d5f69e08a973d4..a113a0f41f31831794df657b2194efde85460e22 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
|
| @@ -83,7 +83,8 @@ void UnregisterClientOnUIThread(
|
|
|
| PepperOutputProtectionMessageFilter::PepperOutputProtectionMessageFilter(
|
| content::BrowserPpapiHost* host,
|
| - PP_Instance instance) {
|
| + PP_Instance instance)
|
| + : ResourceMessageFilter(DELETE_ON_ANY_THREAD) {
|
| #if defined(OS_CHROMEOS) && defined(USE_ASH) && defined(USE_X11)
|
| client_id_ = 0;
|
| host->GetRenderViewIDsForInstance(
|
|
|