Index: content/renderer/pepper_plugin_delegate_impl.h |
=================================================================== |
--- content/renderer/pepper_plugin_delegate_impl.h (revision 103964) |
+++ content/renderer/pepper_plugin_delegate_impl.h (working copy) |
@@ -190,6 +190,10 @@ |
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 PlatformImage2D* CreateImage2D(int width, int height); |
virtual PlatformContext3D* CreateContext3D(); |
virtual PlatformVideoCapture* CreateVideoCapture( |