| Index: content/common/gpu/media/android_video_decode_accelerator.cc
|
| diff --git a/content/common/gpu/media/android_video_decode_accelerator.cc b/content/common/gpu/media/android_video_decode_accelerator.cc
|
| index 06d59863d049cacd6c03b22a0ebbf0e908d9755e..37f30693ebe39999f77f9714eae512b4dddeee69 100644
|
| --- a/content/common/gpu/media/android_video_decode_accelerator.cc
|
| +++ b/content/common/gpu/media/android_video_decode_accelerator.cc
|
| @@ -363,6 +363,7 @@ void AndroidVideoDecodeAccelerator::SendCurrentSurfaceToClient(
|
| copier_->DoCopyTextureWithTransform(gl_decoder_.get(),
|
| GL_TEXTURE_EXTERNAL_OES,
|
| surface_texture_id_,
|
| + GL_TEXTURE_2D,
|
| picture_buffer_texture_id,
|
| size_.width(),
|
| size_.height(),
|
|
|