Index: content/common/gpu/media/omx_video_decode_accelerator.cc |
diff --git a/content/common/gpu/media/omx_video_decode_accelerator.cc b/content/common/gpu/media/omx_video_decode_accelerator.cc |
index 811997d1f3c45faeda5f2abb2c63f5b919079425..5e88010d4726ea5ceaea423b5960f831e47b9975 100644 |
--- a/content/common/gpu/media/omx_video_decode_accelerator.cc |
+++ b/content/common/gpu/media/omx_video_decode_accelerator.cc |
@@ -748,7 +748,8 @@ void OmxVideoDecodeAccelerator::OnOutputPortDisabled() { |
if (client_) { |
client_->ProvidePictureBuffers( |
kNumPictureBuffers, |
- gfx::Size(vformat.nFrameWidth, vformat.nFrameHeight)); |
+ gfx::Size(vformat.nFrameWidth, vformat.nFrameHeight), |
+ GL_TEXTURE_2D); |
} |
} |