| Index: media/cdm/cdm_adapter.cc
|
| diff --git a/media/cdm/cdm_adapter.cc b/media/cdm/cdm_adapter.cc
|
| index 4c159e608862aea00c065b32d81ab03ceb067055..fb89e1a2db31d1400c70011f81203e6e0f5c8f30 100644
|
| --- a/media/cdm/cdm_adapter.cc
|
| +++ b/media/cdm/cdm_adapter.cc
|
| @@ -658,6 +658,8 @@ void CdmAdapter::DecryptAndDecodeVideo(
|
| const scoped_refptr<DecoderBuffer>& encrypted,
|
| const VideoDecodeCB& video_decode_cb) {
|
| DCHECK(task_runner_->BelongsToCurrentThread());
|
| + DVLOG(3) << __FUNCTION__
|
| + << " encrypted: " << encrypted->AsHumanReadableString();
|
|
|
| cdm::InputBuffer input_buffer;
|
| std::vector<cdm::SubsampleEntry> subsamples;
|
|
|