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 48670d25c3f091d2e9c01e4f96d6268e88e9adb7..9a5923f5d896ad510d64713e33285326b81ac0aa 100644 |
--- a/content/common/gpu/media/omx_video_decode_accelerator.cc |
+++ b/content/common/gpu/media/omx_video_decode_accelerator.cc |
@@ -751,7 +751,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); |
} |
} |