| Index: webkit/plugins/ppapi/mock_plugin_delegate.h
|
| ===================================================================
|
| --- webkit/plugins/ppapi/mock_plugin_delegate.h (revision 122585)
|
| +++ webkit/plugins/ppapi/mock_plugin_delegate.h (working copy)
|
| @@ -33,6 +33,8 @@
|
| virtual PlatformVideoCapture* CreateVideoCapture(
|
| const std::string& device_id,
|
| PlatformVideoCaptureEventHandler* handler);
|
| + virtual uint32_t GetAudioHardwareOutputSampleRate();
|
| + virtual uint32_t GetAudioHardwareOutputBufferSize();
|
| virtual PlatformAudio* CreateAudio(uint32_t sample_rate,
|
| uint32_t sample_count,
|
| PlatformAudioCommonClient* client);
|
|
|