| Index: chrome/gpu/arc_gpu_video_decode_accelerator.h
|
| diff --git a/chrome/gpu/arc_gpu_video_decode_accelerator.h b/chrome/gpu/arc_gpu_video_decode_accelerator.h
|
| index e29f9aaa69344014aa6a94692a838ac119e410b8..31efdebf39e873c5fcc043934d8af72f483758bd 100644
|
| --- a/chrome/gpu/arc_gpu_video_decode_accelerator.h
|
| +++ b/chrome/gpu/arc_gpu_video_decode_accelerator.h
|
| @@ -50,6 +50,7 @@ class ArcGpuVideoDecodeAccelerator
|
|
|
| // Implementation of the VideoDecodeAccelerator::Client interface.
|
| void ProvidePictureBuffers(uint32_t requested_num_of_buffers,
|
| + media::VideoPixelFormat output_format,
|
| uint32_t textures_per_buffer,
|
| const gfx::Size& dimensions,
|
| uint32_t texture_target) override;
|
|
|