Index: webkit/plugins/ppapi/mock_plugin_delegate.cc |
=================================================================== |
--- webkit/plugins/ppapi/mock_plugin_delegate.cc (revision 109955) |
+++ webkit/plugins/ppapi/mock_plugin_delegate.cc (working copy) |
@@ -75,6 +75,13 @@ |
return NULL; |
} |
+MockPluginDelegate::PlatformAudioInput* MockPluginDelegate::CreateAudioInput( |
+ uint32_t sample_rate, |
+ uint32_t sample_count, |
+ PlatformAudioInput::Client* client) { |
+ return NULL; |
+} |
+ |
MockPluginDelegate::PpapiBroker* MockPluginDelegate::ConnectToPpapiBroker( |
PPB_Broker_Impl* client) { |
return NULL; |