| 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 5685f56e57136381ba1d81dd38b568a7b78f13d8..8467fce56d750d4c78d64388fab3da2daccc2d3c 100644
|
| --- a/chrome/gpu/arc_gpu_video_decode_accelerator.h
|
| +++ b/chrome/gpu/arc_gpu_video_decode_accelerator.h
|
| @@ -52,6 +52,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;
|
|
|