| Index: content/renderer/media/android/webmediaplayer_android.cc
|
| diff --git a/content/renderer/media/android/webmediaplayer_android.cc b/content/renderer/media/android/webmediaplayer_android.cc
|
| index 5f1e5a19534fa8c7fa76cf321fa025fc0582f9f6..ede5afb49a4ae2f18427633ec26757b4c38ffcc2 100644
|
| --- a/content/renderer/media/android/webmediaplayer_android.cc
|
| +++ b/content/renderer/media/android/webmediaplayer_android.cc
|
| @@ -606,8 +606,8 @@ bool WebMediaPlayerAndroid::copyVideoTextureToPlatformTexture(
|
| // value down to get the expected result.
|
| // flip_y==true means to reverse the video orientation while
|
| // flip_y==false means to keep the intrinsic orientation.
|
| - gl->CopyTextureCHROMIUM(src_texture, texture, internal_format, type, flip_y,
|
| - premultiply_alpha, false);
|
| + gl->CopyTextureCHROMIUM(src_texture, 0, texture, 0, internal_format, type,
|
| + flip_y, premultiply_alpha, false);
|
|
|
| gl->DeleteTextures(1, &src_texture);
|
| gl->Flush();
|
|
|