| Index: content/common/gpu/stream_texture_manager_android.cc
|
| ===================================================================
|
| --- content/common/gpu/stream_texture_manager_android.cc (revision 230733)
|
| +++ content/common/gpu/stream_texture_manager_android.cc (working copy)
|
| @@ -27,10 +27,7 @@
|
| }
|
|
|
| void StreamTextureManagerAndroid::StreamTextureAndroid::Update() {
|
| - GLint texture_id = 0;
|
| - glGetIntegerv(GL_TEXTURE_BINDING_EXTERNAL_OES, &texture_id);
|
| surface_texture_->UpdateTexImage();
|
| - glBindTexture(GL_TEXTURE_EXTERNAL_OES, texture_id);
|
| if (matrix_callback_.is_null())
|
| return;
|
|
|
|
|