Chromium Code Reviews| Index: content/common/gpu/media/gpu_video_decode_accelerator.h |
| diff --git a/content/common/gpu/media/gpu_video_decode_accelerator.h b/content/common/gpu/media/gpu_video_decode_accelerator.h |
| index 2b2c3b7f0ba19460f382ac84046b156183e3dc86..2784e5862f55b9ac1adee1650d1eb1a2b7956846 100644 |
| --- a/content/common/gpu/media/gpu_video_decode_accelerator.h |
| +++ b/content/common/gpu/media/gpu_video_decode_accelerator.h |
| @@ -51,6 +51,7 @@ class GpuVideoDecodeAccelerator |
| void NotifyEndOfBitstreamBuffer(int32 bitstream_buffer_id) override; |
| void NotifyFlushDone() override; |
| void NotifyResetDone() override; |
| + void NotifyCdmSet(bool success) override; |
|
liberato (no reviews please)
2015/11/11 23:29:10
was broken before, but would you mind reordering t
xhwang
2015/11/13 01:16:55
Done.
|
| // GpuCommandBufferStub::DestructionObserver implementation. |
| void OnWillDestroyStub() override; |
| @@ -94,6 +95,7 @@ class GpuVideoDecodeAccelerator |
| void OnReusePictureBuffer(int32 picture_buffer_id); |
| void OnFlush(); |
| void OnReset(); |
| + void OnSetCdm(int cdm_id); |
| void OnDestroy(); |
| // Called on IO thread when |filter_| has been removed. |