| Index: content/common/gpu/media/gpu_video_decode_accelerator.cc
|
| diff --git a/content/common/gpu/media/gpu_video_decode_accelerator.cc b/content/common/gpu/media/gpu_video_decode_accelerator.cc
|
| index c0ef5473f7ccacf36a987cc0e17f626253341796..48a1dc1a4a12744e1674783badf8d913b21be8a3 100644
|
| --- a/content/common/gpu/media/gpu_video_decode_accelerator.cc
|
| +++ b/content/common/gpu/media/gpu_video_decode_accelerator.cc
|
| @@ -265,7 +265,7 @@ void GpuVideoDecodeAccelerator::PictureReady(
|
| if (!Send(new AcceleratedVideoDecoderHostMsg_PictureReady(
|
| host_route_id_, picture.picture_buffer_id(),
|
| picture.bitstream_buffer_id(), picture.visible_rect(),
|
| - picture.allow_overlay()))) {
|
| + picture.allow_overlay(), picture.size_changed()))) {
|
| DLOG(ERROR) << "Send(AcceleratedVideoDecoderHostMsg_PictureReady) failed";
|
| }
|
| }
|
|
|