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