| 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 c1cd5538e122f664a085be5d3ff34ea3842c7fae..6ce9330f8c2c75593230205ad408966382cc03b5 100644
|
| --- a/content/common/gpu/media/gpu_video_decode_accelerator.cc
|
| +++ b/content/common/gpu/media/gpu_video_decode_accelerator.cc
|
| @@ -212,8 +212,7 @@
|
| if (!Send(new AcceleratedVideoDecoderHostMsg_PictureReady(
|
| host_route_id_,
|
| picture.picture_buffer_id(),
|
| - picture.bitstream_buffer_id(),
|
| - picture.visible_rect()))) {
|
| + picture.bitstream_buffer_id()))) {
|
| DLOG(ERROR) << "Send(AcceleratedVideoDecoderHostMsg_PictureReady) failed";
|
| }
|
| }
|
|
|