| Index: webkit/plugins/ppapi/mock_plugin_delegate.h
|
| ===================================================================
|
| --- webkit/plugins/ppapi/mock_plugin_delegate.h (revision 109955)
|
| +++ webkit/plugins/ppapi/mock_plugin_delegate.h (working copy)
|
| @@ -35,6 +35,10 @@
|
| virtual PlatformAudio* CreateAudio(uint32_t sample_rate,
|
| uint32_t sample_count,
|
| PlatformAudio::Client* client);
|
| + virtual PlatformAudioInput* CreateAudioInput(
|
| + uint32_t sample_rate,
|
| + uint32_t sample_count,
|
| + PlatformAudioInput::Client* client);
|
| virtual PpapiBroker* ConnectToPpapiBroker(PPB_Broker_Impl* client);
|
| virtual void NumberOfFindResultsChanged(int identifier,
|
| int total,
|
|
|