| 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 4a1f4f74fde973229147c86413149cdc6101554c..a0dff2b9240fb4ff0c8a474ae23f8b0be22305ef 100644
|
| --- a/content/renderer/media/android/webmediaplayer_android.cc
|
| +++ b/content/renderer/media/android/webmediaplayer_android.cc
|
| @@ -713,9 +713,9 @@ 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.
|
| - web_graphics_context->copyTextureCHROMIUM(
|
| - GL_TEXTURE_2D, src_texture, texture, internal_format, type,
|
| - flip_y, premultiply_alpha, false);
|
| + web_graphics_context->copyTextureCHROMIUM(src_texture, texture,
|
| + internal_format, type, flip_y,
|
| + premultiply_alpha, false);
|
|
|
| web_graphics_context->deleteTexture(src_texture);
|
| web_graphics_context->flush();
|
|
|