Index: webkit/plugins/ppapi/mock_plugin_delegate.cc |
diff --git a/webkit/plugins/ppapi/mock_plugin_delegate.cc b/webkit/plugins/ppapi/mock_plugin_delegate.cc |
index 4a914bd8d5a4c8378172690f141d367b9a026ae5..80594fc86a752b0a189046c7879c4a9998726d03 100644 |
--- a/webkit/plugins/ppapi/mock_plugin_delegate.cc |
+++ b/webkit/plugins/ppapi/mock_plugin_delegate.cc |
@@ -71,7 +71,14 @@ MockPluginDelegate::CreateVideoCapture( |
MockPluginDelegate::PlatformAudio* MockPluginDelegate::CreateAudio( |
uint32_t sample_rate, |
uint32_t sample_count, |
- PlatformAudio::Client* client) { |
+ PlatformAudioCommonClient* client) { |
+ return NULL; |
+} |
+ |
+MockPluginDelegate::PlatformAudioInput* MockPluginDelegate::CreateAudioInput( |
+ uint32_t sample_rate, |
+ uint32_t sample_count, |
+ PlatformAudioCommonClient* client) { |
return NULL; |
} |