| Index: media/renderers/renderer_impl.h
|
| diff --git a/media/renderers/renderer_impl.h b/media/renderers/renderer_impl.h
|
| index 68a2f7e0355c7b7f4e608e9de5b4768093debffd..befa95c18f6a48050b8d403ff9cf3d7e47687948 100644
|
| --- a/media/renderers/renderer_impl.h
|
| +++ b/media/renderers/renderer_impl.h
|
| @@ -49,7 +49,8 @@ class MEDIA_EXPORT RendererImpl : public Renderer {
|
| const BufferingStateCB& buffering_state_cb,
|
| const PaintCB& paint_cb,
|
| const base::Closure& ended_cb,
|
| - const PipelineStatusCB& error_cb) final;
|
| + const PipelineStatusCB& error_cb,
|
| + const base::Closure& waiting_for_decryption_key_cb) final;
|
| void SetCdm(CdmContext* cdm_context,
|
| const CdmAttachedCB& cdm_attached_cb) final;
|
| void Flush(const base::Closure& flush_cb) final;
|
| @@ -133,6 +134,7 @@ class MEDIA_EXPORT RendererImpl : public Renderer {
|
| PipelineStatusCB error_cb_;
|
| BufferingStateCB buffering_state_cb_;
|
| PaintCB paint_cb_;
|
| + base::Closure waiting_for_decryption_key_cb_;
|
|
|
| // Temporary callback used for Initialize() and Flush().
|
| PipelineStatusCB init_cb_;
|
|
|