| Index: content/common/gpu/media/v4l2_video_decode_accelerator.cc
|
| diff --git a/content/common/gpu/media/v4l2_video_decode_accelerator.cc b/content/common/gpu/media/v4l2_video_decode_accelerator.cc
|
| index 3554be56efc0164073897f386ac40bcd65467297..e80fc15aa05c429449d67255c9a5037634f85efc 100644
|
| --- a/content/common/gpu/media/v4l2_video_decode_accelerator.cc
|
| +++ b/content/common/gpu/media/v4l2_video_decode_accelerator.cc
|
| @@ -418,7 +418,7 @@ void V4L2VideoDecodeAccelerator::ReusePictureBuffer(int32_t picture_buffer_id) {
|
| base::Unretained(this), picture_buffer_id, base::Passed(&egl_sync_ref)));
|
| }
|
|
|
| -void V4L2VideoDecodeAccelerator::Flush() {
|
| +void V4L2VideoDecodeAccelerator::Flush(bool return_buffers) {
|
| DVLOG(3) << "Flush()";
|
| DCHECK(child_task_runner_->BelongsToCurrentThread());
|
| decoder_thread_.message_loop()->PostTask(FROM_HERE, base::Bind(
|
|
|