| 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 11ef7a7d13b04a8c74fe297b9623a9a0be89c084..83941a2ddf1cfba95df2bd6f678f837db290f8f8 100644
|
| --- a/content/common/gpu/media/v4l2_slice_video_decode_accelerator.cc
|
| +++ b/content/common/gpu/media/v4l2_slice_video_decode_accelerator.cc
|
| @@ -2374,7 +2374,7 @@ void V4L2SliceVideoDecodeAccelerator::OutputSurface(
|
| output_record.at_client = true;
|
|
|
| media::Picture picture(output_record.picture_id, dec_surface->bitstream_id(),
|
| - gfx::Rect(visible_size_));
|
| + gfx::Rect(visible_size_), false);
|
| DVLOGF(3) << dec_surface->ToString()
|
| << ", bitstream_id: " << picture.bitstream_buffer_id()
|
| << ", picture_id: " << picture.picture_buffer_id();
|
|
|