| Index: content/common/gpu/media/v4l2_slice_video_decode_accelerator.cc
|
| diff --git a/content/common/gpu/media/v4l2_slice_video_decode_accelerator.cc b/content/common/gpu/media/v4l2_slice_video_decode_accelerator.cc
|
| index f48fc934813295f35d25886462f464ddcf46aed6..499a0baf86ac51c5d9709ae46a4815e41c0432b1 100644
|
| --- a/content/common/gpu/media/v4l2_slice_video_decode_accelerator.cc
|
| +++ b/content/common/gpu/media/v4l2_slice_video_decode_accelerator.cc
|
| @@ -2511,7 +2511,7 @@ void V4L2SliceVideoDecodeAccelerator::OutputSurface(
|
| // (crbug.com/402760). Passing (0, 0) results in the client using the
|
| // visible size extracted from the container instead.
|
| media::Picture picture(output_record.picture_id, dec_surface->bitstream_id(),
|
| - gfx::Rect(0, 0), false);
|
| + gfx::Rect(0, 0), false, false);
|
| DVLOGF(3) << dec_surface->ToString()
|
| << ", bitstream_id: " << picture.bitstream_buffer_id()
|
| << ", picture_id: " << picture.picture_buffer_id();
|
|
|