Index: content/renderer/media/android/stream_texture_factory_impl.cc |
diff --git a/content/renderer/media/android/stream_texture_factory_impl.cc b/content/renderer/media/android/stream_texture_factory_impl.cc |
index 58d165b5437e49159acdde5f3c5f47c4d3418d84..da9a70f4ba732222b0af8b9adad6228310af8d78 100644 |
--- a/content/renderer/media/android/stream_texture_factory_impl.cc |
+++ b/content/renderer/media/android/stream_texture_factory_impl.cc |
@@ -120,8 +120,8 @@ unsigned StreamTextureFactoryImpl::CreateStreamTexture( |
stream_id = gl->CreateStreamTextureCHROMIUM(*texture_id); |
gl->GenMailboxCHROMIUM(texture_mailbox->name); |
- gl->BindTexture(texture_target, *texture_id); |
- gl->ProduceTextureCHROMIUM(texture_target, texture_mailbox->name); |
+ gl->ProduceTextureDirectCHROMIUM( |
+ *texture_id, texture_target, texture_mailbox->name); |
return stream_id; |
} |