Index: content/renderer/pepper/pepper_plugin_instance_impl.cc |
diff --git a/content/renderer/pepper/pepper_plugin_instance_impl.cc b/content/renderer/pepper/pepper_plugin_instance_impl.cc |
index 5607f6cc418db84c4705234bfe0c6f47c17f7dbf..56421babfc67ca832bb51691b091ffadeae1a50c 100644 |
--- a/content/renderer/pepper/pepper_plugin_instance_impl.cc |
+++ b/content/renderer/pepper/pepper_plugin_instance_impl.cc |
@@ -2132,8 +2132,7 @@ void PepperPluginInstanceImpl::UpdateLayer(bool force_creation) { |
bool PepperPluginInstanceImpl::PrepareTextureMailbox( |
cc::TextureMailbox* mailbox, |
- std::unique_ptr<cc::SingleReleaseCallback>* release_callback, |
- bool use_shared_memory) { |
+ std::unique_ptr<cc::SingleReleaseCallback>* release_callback) { |
if (!bound_graphics_2d_platform_) |
return false; |
return bound_graphics_2d_platform_->PrepareTextureMailbox(mailbox, |