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