| Index: content/common/gpu/media/android_copying_backing_strategy.cc
|
| diff --git a/content/common/gpu/media/android_copying_backing_strategy.cc b/content/common/gpu/media/android_copying_backing_strategy.cc
|
| index 325b9de147e4065a51c5a4088de37a05d0199d82..9ca413e40456e97009c81c47f78ec751bf3903f8 100644
|
| --- a/content/common/gpu/media/android_copying_backing_strategy.cc
|
| +++ b/content/common/gpu/media/android_copying_backing_strategy.cc
|
| @@ -121,7 +121,7 @@ void AndroidCopyingBackingStrategy::UseCodecBufferForPictureBuffer(
|
| // instead of using default matrix crbug.com/226218.
|
| copier_->DoCopyTextureWithTransform(
|
| state_provider_->GetGlDecoder().get(), GL_TEXTURE_EXTERNAL_OES,
|
| - surface_texture_id_, picture_buffer_texture_id,
|
| + surface_texture_id_, GL_TEXTURE_2D, picture_buffer_texture_id,
|
| state_provider_->GetSize().width(), state_provider_->GetSize().height(),
|
| false, false, false, kIdentityMatrix);
|
| }
|
|
|