| 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 9f9e8e26b2b7ec65872fa41c90989467fd01ba02..33a516f4768ac97343e31d144a15751b7e50e067 100644
|
| --- a/content/common/gpu/client/gpu_video_decode_accelerator_host.h
|
| +++ b/content/common/gpu/client/gpu_video_decode_accelerator_host.h
|
| @@ -35,7 +35,7 @@ class GpuVideoDecodeAcceleratorHost
|
| bool OnMessageReceived(const IPC::Message& message) override;
|
|
|
| // media::VideoDecodeAccelerator implementation.
|
| - bool Initialize(media::VideoCodecProfile profile, Client* client) override;
|
| + bool Initialize(const Config& config, Client* client) override;
|
| void SetCdm(int cdm_id) override;
|
| void Decode(const media::BitstreamBuffer& bitstream_buffer) override;
|
| void AssignPictureBuffers(
|
|
|