| 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 6a773a1dc619f1074ecc2fd0a3d5b4244091476e..18e0c26cf5752b95a4a9d4d5bde193c4613bf88a 100644
|
| --- a/content/renderer/pepper/pepper_plugin_instance_impl.h
|
| +++ b/content/renderer/pepper/pepper_plugin_instance_impl.h
|
| @@ -548,8 +548,7 @@ class CONTENT_EXPORT PepperPluginInstanceImpl
|
| // cc::TextureLayerClient implementation.
|
| bool PrepareTextureMailbox(
|
| cc::TextureMailbox* mailbox,
|
| - std::unique_ptr<cc::SingleReleaseCallback>* release_callback,
|
| - bool use_shared_memory) override;
|
| + std::unique_ptr<cc::SingleReleaseCallback>* release_callback) override;
|
|
|
| // RenderFrameObserver
|
| void AccessibilityModeChanged() override;
|
|
|