Index: content/renderer/pepper/pepper_plugin_delegate_impl.cc |
diff --git a/content/renderer/pepper/pepper_plugin_delegate_impl.cc b/content/renderer/pepper/pepper_plugin_delegate_impl.cc |
index 827db5ed290c025491cda5aba03fff12ab521bc2..6e50b2a84a061bde9319bd02406a62d49d2df721 100644 |
--- a/content/renderer/pepper/pepper_plugin_delegate_impl.cc |
+++ b/content/renderer/pepper/pepper_plugin_delegate_impl.cc |
@@ -840,7 +840,8 @@ PepperPluginDelegateImpl::CreateAudioOutput( |
uint32_t sample_count, |
webkit::ppapi::PluginDelegate::PlatformAudioOutputClient* client) { |
return PepperPlatformAudioOutputImpl::Create( |
- static_cast<int>(sample_rate), static_cast<int>(sample_count), client); |
+ static_cast<int>(sample_rate), static_cast<int>(sample_count), |
+ GetRoutingID(), client); |
} |
webkit::ppapi::PluginDelegate::PlatformAudioInput* |