| Index: webkit/plugins/ppapi/mock_plugin_delegate.cc
|
| ===================================================================
|
| --- webkit/plugins/ppapi/mock_plugin_delegate.cc (revision 110601)
|
| +++ webkit/plugins/ppapi/mock_plugin_delegate.cc (working copy)
|
| @@ -71,17 +71,10 @@
|
| MockPluginDelegate::PlatformAudio* MockPluginDelegate::CreateAudio(
|
| uint32_t sample_rate,
|
| uint32_t sample_count,
|
| - PlatformAudioCommonClient* client) {
|
| + PlatformAudio::Client* client) {
|
| return NULL;
|
| }
|
|
|
| -MockPluginDelegate::PlatformAudioInput* MockPluginDelegate::CreateAudioInput(
|
| - uint32_t sample_rate,
|
| - uint32_t sample_count,
|
| - PlatformAudioCommonClient* client) {
|
| - return NULL;
|
| -}
|
| -
|
| MockPluginDelegate::PpapiBroker* MockPluginDelegate::ConnectToPpapiBroker(
|
| PPB_Broker_Impl* client) {
|
| return NULL;
|
|
|