| Index: webkit/plugins/ppapi/mock_plugin_delegate.h
|
| ===================================================================
|
| --- webkit/plugins/ppapi/mock_plugin_delegate.h (revision 110601)
|
| +++ webkit/plugins/ppapi/mock_plugin_delegate.h (working copy)
|
| @@ -34,11 +34,7 @@
|
| media::VideoCapture::EventHandler* handler);
|
| virtual PlatformAudio* CreateAudio(uint32_t sample_rate,
|
| uint32_t sample_count,
|
| - PlatformAudioCommonClient* client);
|
| - virtual PlatformAudioInput* CreateAudioInput(
|
| - uint32_t sample_rate,
|
| - uint32_t sample_count,
|
| - PlatformAudioCommonClient* client);
|
| + PlatformAudio::Client* client);
|
| virtual PpapiBroker* ConnectToPpapiBroker(PPB_Broker_Impl* client);
|
| virtual void NumberOfFindResultsChanged(int identifier,
|
| int total,
|
|
|