| 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 7ce14e950be746c9e74805fbc5b68e1fb0143bc2..0d57d4ab1c6a7e6fe2748f1e19bd1a4f40eedb1c 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";
|
| }
|
| }
|
|
|