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 78e938e7ef9924298f625a16c5f3ef72f1a82e92..8d9612cd98a5eb1bf279adb80149542180dd8bd2 100644 |
--- a/content/renderer/pepper/pepper_plugin_delegate_impl.cc |
+++ b/content/renderer/pepper/pepper_plugin_delegate_impl.cc |
@@ -831,7 +831,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* |