| 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 a8188bd77a49452769d6976661c21222d12efd3e..b3430f93be8a3b65caa3030455b67e97ff54adb0 100644
|
| --- a/content/renderer/media/android/webmediaplayer_android.cc
|
| +++ b/content/renderer/media/android/webmediaplayer_android.cc
|
| @@ -685,7 +685,7 @@ bool WebMediaPlayerAndroid::copyVideoTextureToPlatformTexture(
|
| // flip_y==false means to keep the intrinsic orientation.
|
| web_graphics_context->pixelStorei(GL_UNPACK_FLIP_Y_CHROMIUM, flip_y);
|
| web_graphics_context->copyTextureCHROMIUM(GL_TEXTURE_2D, src_texture, texture,
|
| - 0, internal_format, type);
|
| + internal_format, type);
|
| web_graphics_context->pixelStorei(GL_UNPACK_FLIP_Y_CHROMIUM, false);
|
| web_graphics_context->pixelStorei(GL_UNPACK_PREMULTIPLY_ALPHA_CHROMIUM,
|
| false);
|
|
|