| 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 d82da0725e3b35f9fa482b8b3abbcf22e3437c4a..4eb9f285b30b7de09b8ae43093318453e0227b8f 100644
|
| --- a/content/common/gpu/client/gpu_video_decode_accelerator_host.h
|
| +++ b/content/common/gpu/client/gpu_video_decode_accelerator_host.h
|
| @@ -42,6 +42,7 @@ class GpuVideoDecodeAcceleratorHost
|
| void ReusePictureBuffer(int32 picture_buffer_id) override;
|
| void Flush() override;
|
| void Reset() override;
|
| + void SetCdm(int cdm_id) override;
|
| void Destroy() override;
|
|
|
| // CommandBufferProxyImpl::DeletionObserver implemetnation.
|
| @@ -69,6 +70,7 @@ class GpuVideoDecodeAcceleratorHost
|
| bool allow_overlay);
|
| void OnFlushDone();
|
| void OnResetDone();
|
| + void OnCdmSet(bool success);
|
| void OnNotifyError(uint32 error);
|
|
|
| // Unowned reference to the GpuChannelHost to send IPC messages to the GPU
|
|
|