Index: content/common/gpu/media/dxva_video_decode_accelerator.cc |
diff --git a/content/common/gpu/media/dxva_video_decode_accelerator.cc b/content/common/gpu/media/dxva_video_decode_accelerator.cc |
index 2e667d0bd1a35aee574b2282e4958b8d90afaed7..1c9f6f313ac12abeb26f85eb016c82c64e849820 100644 |
--- a/content/common/gpu/media/dxva_video_decode_accelerator.cc |
+++ b/content/common/gpu/media/dxva_video_decode_accelerator.cc |
@@ -943,7 +943,8 @@ void DXVAVideoDecodeAccelerator::ProcessPendingSamples() { |
PLATFORM_FAILURE, ); |
media::Picture output_picture(index->second->id(), |
- sample_info.input_buffer_id); |
+ sample_info.input_buffer_id, |
+ gfx::Rect(index->second->size())); |
base::MessageLoop::current()->PostTask( |
FROM_HERE, |
base::Bind(&DXVAVideoDecodeAccelerator::NotifyPictureReady, |