| Index: media/base/decryptor.h
|
| diff --git a/media/base/decryptor.h b/media/base/decryptor.h
|
| index 292f2b34694a0dafb22cda6bc0e27667fccc3e99..89733ef2d589f233e3f25731a44857edf6ed8774 100644
|
| --- a/media/base/decryptor.h
|
| +++ b/media/base/decryptor.h
|
| @@ -69,6 +69,9 @@ class MEDIA_EXPORT Decryptor {
|
| // decrypted buffer must be NULL.
|
| // - This parameter should not be set to kNeedMoreData.
|
| // Second parameter: The decrypted buffer.
|
| + // - Only |data|, |data_size| and |timestamp| are set in the returned
|
| + // DecoderBuffer. The callback handler is responsible for setting other
|
| + // fields as appropriate.
|
| typedef base::Callback<void(Status,
|
| const scoped_refptr<DecoderBuffer>&)> DecryptCB;
|
|
|
|
|