| Index: content/common/gpu/stream_texture_manager_android.cc
|
| diff --git a/content/common/gpu/stream_texture_manager_android.cc b/content/common/gpu/stream_texture_manager_android.cc
|
| index 0f173e19ec74e6d9d91e1509f1cba432b2366228..253cdd9861c8b267e6243e792fb6b5df644daa6b 100644
|
| --- a/content/common/gpu/stream_texture_manager_android.cc
|
| +++ b/content/common/gpu/stream_texture_manager_android.cc
|
| @@ -27,10 +27,7 @@ StreamTextureManagerAndroid::StreamTextureAndroid::~StreamTextureAndroid() {
|
| }
|
|
|
| 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;
|
|
|
|
|