| Index: media/gpu/ipc/client/gpu_video_decode_accelerator_host.h
|
| diff --git a/media/gpu/ipc/client/gpu_video_decode_accelerator_host.h b/media/gpu/ipc/client/gpu_video_decode_accelerator_host.h
|
| index ee80d44d8658a3fd27cf349130beebcd48754c5c..c7f23b3a187d82b2e042b8bddeeb88d7a3be68d5 100644
|
| --- a/media/gpu/ipc/client/gpu_video_decode_accelerator_host.h
|
| +++ b/media/gpu/ipc/client/gpu_video_decode_accelerator_host.h
|
| @@ -40,7 +40,6 @@ class GpuVideoDecodeAcceleratorHost
|
|
|
| // VideoDecodeAccelerator implementation.
|
| bool Initialize(const Config& config, Client* client) override;
|
| - void SetCdm(int cdm_id) override;
|
| void Decode(const BitstreamBuffer& bitstream_buffer) override;
|
| void AssignPictureBuffers(const std::vector<PictureBuffer>& buffers) override;
|
| void ReusePictureBuffer(int32_t picture_buffer_id) override;
|
|
|