Index: content/common/gpu/media/gpu_video_decode_accelerator.cc |
diff --git a/content/common/gpu/media/gpu_video_decode_accelerator.cc b/content/common/gpu/media/gpu_video_decode_accelerator.cc |
index 2f71b827f668b76a43d667ae0c49812cdc65bb48..df8ec5bc0ec8c72f35ba64dea56b0f1952197b62 100644 |
--- a/content/common/gpu/media/gpu_video_decode_accelerator.cc |
+++ b/content/common/gpu/media/gpu_video_decode_accelerator.cc |
@@ -377,12 +377,12 @@ void GpuVideoDecodeAccelerator::OnAssignPictureBuffers( |
texture_manager->SetLevelInfo(texture_ref, |
texture_target_, |
0, |
- 0, |
+ GL_RGBA, |
texture_dimensions_.width(), |
texture_dimensions_.height(), |
1, |
0, |
- 0, |
+ GL_RGBA, |
0, |
false); |
} else { |