Index: content/renderer/pepper_plugin_delegate_impl.h |
=================================================================== |
--- content/renderer/pepper_plugin_delegate_impl.h (revision 109955) |
+++ content/renderer/pepper_plugin_delegate_impl.h (working copy) |
@@ -214,6 +214,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( |