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