Chromium Code Reviews| Index: ppapi/cpp/private/content_decryptor_private.h |
| diff --git a/ppapi/cpp/private/content_decryptor_private.h b/ppapi/cpp/private/content_decryptor_private.h |
| index 0f5abe5f37826d7b65f418bbc2ffb6ca28c40756..d18c40500c80deec1bc9c2cfb15e1d9203764531 100644 |
| --- a/ppapi/cpp/private/content_decryptor_private.h |
| +++ b/ppapi/cpp/private/content_decryptor_private.h |
| @@ -43,6 +43,7 @@ class ContentDecryptor_Private { |
| uint32_t request_id) = 0; |
| virtual void ResetDecoder(PP_DecryptorStreamType decoder_type, |
| uint32_t request_id) = 0; |
| + // NULL |encrypted_frame| means end-of-stream buffer. |
|
ddorwin
2012/10/13 01:40:28
s/NULL/Null/
It's more of a concept of a null reso
xhwang
2012/10/15 19:53:01
Done.
|
| virtual void DecryptAndDecode( |
| PP_DecryptorStreamType decoder_type, |
| pp::Buffer_Dev encrypted_buffer, |