Index: content/renderer/pepper_plugin_delegate_impl.h |
=================================================================== |
--- content/renderer/pepper_plugin_delegate_impl.h (revision 120806) |
+++ content/renderer/pepper_plugin_delegate_impl.h (working copy) |
@@ -218,6 +218,8 @@ |
virtual void InstanceDeleted( |
webkit::ppapi::PluginInstance* instance) OVERRIDE; |
virtual SkBitmap* GetSadPluginBitmap() OVERRIDE; |
+ virtual uint32_t AudioHardwareOutputSampleRate() OVERRIDE; |
+ virtual uint32_t AudioHardwareOutputBufferSize() OVERRIDE; |
virtual PlatformAudio* CreateAudio( |
uint32_t sample_rate, |
uint32_t sample_count, |