| 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 931979dc2bdf7be59aa8f47c3355c26e68671cbe..18f3aef58045d289dc3461e4ce5075710f8de46d 100644
|
| --- a/content/renderer/pepper/pepper_plugin_instance_impl.cc
|
| +++ b/content/renderer/pepper/pepper_plugin_instance_impl.cc
|
| @@ -2020,10 +2020,6 @@ void PepperPluginInstanceImpl::UpdateLayer() {
|
| UpdateLayerTransform();
|
| }
|
|
|
| -unsigned PepperPluginInstanceImpl::PrepareTexture() {
|
| - return 0;
|
| -}
|
| -
|
| bool PepperPluginInstanceImpl::PrepareTextureMailbox(
|
| cc::TextureMailbox* mailbox,
|
| scoped_ptr<cc::SingleReleaseCallback>* release_callback,
|
|
|