Index: content/renderer/pepper_plugin_delegate_impl.h |
diff --git a/content/renderer/pepper_plugin_delegate_impl.h b/content/renderer/pepper_plugin_delegate_impl.h |
index d1e830dffb4ea0a78809201b47a49bbfdac6d3e8..d2b1bf17cfd5eea09a511ecd25964285709ccdcb 100644 |
--- a/content/renderer/pepper_plugin_delegate_impl.h |
+++ b/content/renderer/pepper_plugin_delegate_impl.h |
@@ -213,7 +213,11 @@ class PepperPluginDelegateImpl |
virtual PlatformAudio* CreateAudio( |
uint32_t sample_rate, |
uint32_t sample_count, |
- PlatformAudio::Client* client) OVERRIDE; |
+ PlatformAudioCommonClient* client) OVERRIDE; |
+ virtual PlatformAudioInput* CreateAudioInput( |
+ uint32_t sample_rate, |
+ uint32_t sample_count, |
+ PlatformAudioCommonClient* client) OVERRIDE; |
virtual PlatformImage2D* CreateImage2D(int width, int height) OVERRIDE; |
virtual PlatformContext3D* CreateContext3D() OVERRIDE; |
virtual PlatformVideoCapture* CreateVideoCapture( |