| Index: content/common/gpu/client/gpu_video_decode_accelerator_host.h
|
| diff --git a/content/common/gpu/client/gpu_video_decode_accelerator_host.h b/content/common/gpu/client/gpu_video_decode_accelerator_host.h
|
| index e29a643abbdd1ebf29e3b66dc3a599af0567ecea..83a0a26dba7c491177113eead8a82e317be540e5 100644
|
| --- a/content/common/gpu/client/gpu_video_decode_accelerator_host.h
|
| +++ b/content/common/gpu/client/gpu_video_decode_accelerator_host.h
|
| @@ -44,7 +44,7 @@ class GpuVideoDecodeAcceleratorHost
|
| void AssignPictureBuffers(
|
| const std::vector<media::PictureBuffer>& buffers) override;
|
| void ReusePictureBuffer(int32_t picture_buffer_id) override;
|
| - void Flush() override;
|
| + void Flush(bool return_buffers) override;
|
| void Reset() override;
|
| void Destroy() override;
|
|
|
|
|