Index: content/renderer/media/android/stream_texture_factory_synchronous_impl.cc |
diff --git a/content/renderer/media/android/stream_texture_factory_synchronous_impl.cc b/content/renderer/media/android/stream_texture_factory_synchronous_impl.cc |
index f423afb604b446763419fffb62a37880fa196161..20c8ee7ae1ab6f16ec19b736b342b4d222f35803 100644 |
--- a/content/renderer/media/android/stream_texture_factory_synchronous_impl.cc |
+++ b/content/renderer/media/android/stream_texture_factory_synchronous_impl.cc |
@@ -168,8 +168,8 @@ unsigned StreamTextureFactorySynchronousImpl::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; |
} |