| Index: content/common/gpu/stream_texture_android.cc
|
| diff --git a/content/common/gpu/stream_texture_android.cc b/content/common/gpu/stream_texture_android.cc
|
| index 15ebb532d492d4c60c9b6783aec71121d8cdacd1..3273972f298d621f882b4adeed5c690f1ff9e97d 100644
|
| --- a/content/common/gpu/stream_texture_android.cc
|
| +++ b/content/common/gpu/stream_texture_android.cc
|
| @@ -93,6 +93,7 @@ StreamTexture::~StreamTexture() {
|
| void StreamTexture::GetTextureMatrix(float xform[16]) {
|
| UpdateTexImage();
|
| surface_texture_->GetTransformMatrix(xform);
|
| + YInvertMatrix(xform);
|
| }
|
|
|
| void StreamTexture::OnWillDestroyStub() {
|
|
|