| 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..be70158f1c3a36526364013e799c6505a64bd499 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.
|
| virtual void DecryptAndDecode(
|
| PP_DecryptorStreamType decoder_type,
|
| pp::Buffer_Dev encrypted_buffer,
|
|
|