| Index: content/renderer/pepper/pepper_plugin_instance_impl.h
|
| diff --git a/content/renderer/pepper/pepper_plugin_instance_impl.h b/content/renderer/pepper/pepper_plugin_instance_impl.h
|
| index 854dc4be60562e595d35cfbc6d909a6c374a4cd5..fc9cf7ce869de0f2de87d1a5b8e98898e3a26f38 100644
|
| --- a/content/renderer/pepper/pepper_plugin_instance_impl.h
|
| +++ b/content/renderer/pepper/pepper_plugin_instance_impl.h
|
| @@ -504,8 +504,10 @@ class CONTENT_EXPORT PepperPluginInstanceImpl
|
| // cc::TextureLayerClient implementation.
|
| virtual unsigned PrepareTexture() OVERRIDE;
|
| virtual WebKit::WebGraphicsContext3D* Context3d() OVERRIDE;
|
| - virtual bool PrepareTextureMailbox(cc::TextureMailbox* mailbox,
|
| - bool use_shared_memory) OVERRIDE;
|
| + virtual bool PrepareTextureMailbox(
|
| + cc::TextureMailbox* mailbox,
|
| + scoped_ptr<cc::SingleReleaseCallback>* release_callback,
|
| + bool use_shared_memory) OVERRIDE;
|
|
|
| private:
|
| friend class base::RefCounted<PepperPluginInstanceImpl>;
|
|
|