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 d797630abc762e67d819621f11f9b0ec8d339b81..ceadafdf7f10343e9cc1a551b784872247976dca 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), |
+ media::VideoDecodeAccelerator::TEXTURE_TARGET_2D); |
} |
} |