| Index: content/renderer/pepper/pepper_plugin_delegate_impl.h
|
| diff --git a/content/renderer/pepper/pepper_plugin_delegate_impl.h b/content/renderer/pepper/pepper_plugin_delegate_impl.h
|
| index c003a0794084698a52ba3fb0983b4d3c2fc6293f..b3ebb10f056cef8be5b1dcb2120aca109f56e78c 100644
|
| --- a/content/renderer/pepper/pepper_plugin_delegate_impl.h
|
| +++ b/content/renderer/pepper/pepper_plugin_delegate_impl.h
|
| @@ -168,6 +168,8 @@ class PepperPluginDelegateImpl
|
| virtual void InstanceDeleted(
|
| webkit::ppapi::PluginInstance* instance) OVERRIDE;
|
| virtual SkBitmap* GetSadPluginBitmap() OVERRIDE;
|
| + virtual WebKit::WebPlugin* CreatePluginReplacement(
|
| + const FilePath& file_path) OVERRIDE;
|
| virtual uint32_t GetAudioHardwareOutputSampleRate() OVERRIDE;
|
| virtual uint32_t GetAudioHardwareOutputBufferSize() OVERRIDE;
|
| virtual PlatformAudioOutput* CreateAudioOutput(
|
|
|