| Index: media/base/decryptor.h
|
| diff --git a/media/base/decryptor.h b/media/base/decryptor.h
|
| index 92a3a090f09d4dc32305e50e08e1fbf54e190b76..302b0469c455dac19438a0388a9ea8a8607f0fa3 100644
|
| --- a/media/base/decryptor.h
|
| +++ b/media/base/decryptor.h
|
| @@ -131,6 +131,7 @@ class MEDIA_EXPORT Decryptor {
|
| const KeyAddedCB& key_added_cb) = 0;
|
|
|
| // Helper structure for managing multiple decoded audio buffers per input.
|
| + // TODO(xhwang): Rename this to AudioFrames.
|
| typedef std::list<scoped_refptr<Buffer> > AudioBuffers;
|
|
|
| // Indicates completion of audio/video decrypt-and-decode operation.
|
|
|