| Index: ppapi/c/private/pp_content_decryptor.h | 
| diff --git a/ppapi/c/private/pp_content_decryptor.h b/ppapi/c/private/pp_content_decryptor.h | 
| index 5f02efb969adae571c6aee222b9a3aeef6f090db..4146a3b4db2a4c03d7aea16b9ca9f2f67b79f560 100644 | 
| --- a/ppapi/c/private/pp_content_decryptor.h | 
| +++ b/ppapi/c/private/pp_content_decryptor.h | 
| @@ -3,7 +3,7 @@ | 
| * found in the LICENSE file. | 
| */ | 
|  | 
| -/* From private/pp_content_decryptor.idl modified Tue Oct 20 12:50:15 2015. */ | 
| +/* From private/pp_content_decryptor.idl modified Mon Mar  7 19:26:40 2016. */ | 
|  | 
| #ifndef PPAPI_C_PRIVATE_PP_CONTENT_DECRYPTOR_H_ | 
| #define PPAPI_C_PRIVATE_PP_CONTENT_DECRYPTOR_H_ | 
| @@ -390,7 +390,11 @@ typedef enum { | 
| PP_VIDEOCODECPROFILE_H264_HIGH = 5, | 
| PP_VIDEOCODECPROFILE_H264_HIGH_10 = 6, | 
| PP_VIDEOCODECPROFILE_H264_HIGH_422 = 7, | 
| -  PP_VIDEOCODECPROFILE_H264_HIGH_444_PREDICTIVE = 8 | 
| +  PP_VIDEOCODECPROFILE_H264_HIGH_444_PREDICTIVE = 8, | 
| +  PP_VIDEOCODECPROFILE_VP9_PROFILE0 = 9, | 
| +  PP_VIDEOCODECPROFILE_VP9_PROFILE1 = 10, | 
| +  PP_VIDEOCODECPROFILE_VP9_PROFILE2 = 11, | 
| +  PP_VIDEOCODECPROFILE_VP9_PROFILE3 = 12 | 
| } PP_VideoCodecProfile; | 
| PP_COMPILE_ASSERT_SIZE_IN_BYTES(PP_VideoCodecProfile, 4); | 
| /** | 
|  |