| 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 fd2331fd6d84254a1939b497fc6a807864f71a15..9ef0a537f2b9e63ac72cea9b39f80adf50e9e1e6 100644
|
| --- a/content/common/gpu/media/gpu_video_decode_accelerator.cc
|
| +++ b/content/common/gpu/media/gpu_video_decode_accelerator.cc
|
| @@ -215,9 +215,10 @@
|
| }
|
|
|
| if (!Send(new AcceleratedVideoDecoderHostMsg_PictureReady(
|
| - host_route_id_, picture.picture_buffer_id(),
|
| - picture.bitstream_buffer_id(), picture.visible_rect(),
|
| - picture.allow_overlay()))) {
|
| + host_route_id_,
|
| + picture.picture_buffer_id(),
|
| + picture.bitstream_buffer_id(),
|
| + picture.visible_rect()))) {
|
| DLOG(ERROR) << "Send(AcceleratedVideoDecoderHostMsg_PictureReady) failed";
|
| }
|
| }
|
|
|