| Index: media/base/pipeline_impl.h
|
| diff --git a/media/base/pipeline_impl.h b/media/base/pipeline_impl.h
|
| index 3e77a3d6b244de6b5aa854deb682c4eb29193336..7d96007c372cfd934af377d470a6c7459916e275 100644
|
| --- a/media/base/pipeline_impl.h
|
| +++ b/media/base/pipeline_impl.h
|
| @@ -110,6 +110,8 @@ class MEDIA_EXPORT PipelineImpl : public Pipeline, public DemuxerHost {
|
| void SetCdm(CdmContext* cdm_context,
|
| const CdmAttachedCB& cdm_attached_cb) override;
|
|
|
| + bool CanSuspend() const;
|
| +
|
| private:
|
| friend class MediaLog;
|
| friend class PipelineImplTest;
|
|
|