Index: webkit/plugins/ppapi/mock_plugin_delegate.h |
=================================================================== |
--- webkit/plugins/ppapi/mock_plugin_delegate.h (revision 120806) |
+++ webkit/plugins/ppapi/mock_plugin_delegate.h (working copy) |
@@ -32,6 +32,8 @@ |
int32 command_buffer_route_id); |
virtual PlatformVideoCapture* CreateVideoCapture( |
media::VideoCapture::EventHandler* handler); |
+ virtual uint32_t AudioHardwareOutputSampleRate(); |
+ virtual uint32_t AudioHardwareOutputBufferSize(); |
virtual PlatformAudio* CreateAudio(uint32_t sample_rate, |
uint32_t sample_count, |
PlatformAudioCommonClient* client); |