| Index: ppapi/c/pp_codecs.h | 
| diff --git a/ppapi/c/pp_codecs.h b/ppapi/c/pp_codecs.h | 
| index 10d72d0d9020cd17d28bc92e1147c91cd885b588..622a6401a2021cc5e505a9d3629a040847e7928c 100644 | 
| --- a/ppapi/c/pp_codecs.h | 
| +++ b/ppapi/c/pp_codecs.h | 
| @@ -3,7 +3,7 @@ | 
| * found in the LICENSE file. | 
| */ | 
|  | 
| -/* From pp_codecs.idl modified Fri Sep 18 10:42:55 2015. */ | 
| +/* From pp_codecs.idl modified Fri Mar  4 11:31:56 2016. */ | 
|  | 
| #ifndef PPAPI_C_PP_CODECS_H_ | 
| #define PPAPI_C_PP_CODECS_H_ | 
| @@ -38,8 +38,11 @@ typedef enum { | 
| PP_VIDEOPROFILE_H264STEREOHIGH = 9, | 
| PP_VIDEOPROFILE_H264MULTIVIEWHIGH = 10, | 
| PP_VIDEOPROFILE_VP8_ANY = 11, | 
| -  PP_VIDEOPROFILE_VP9_ANY = 12, | 
| -  PP_VIDEOPROFILE_MAX = PP_VIDEOPROFILE_VP9_ANY | 
| +  PP_VIDEOPROFILE_VP9_PROFILE0 = 12, | 
| +  PP_VIDEOPROFILE_VP9_PROFILE1 = 13, | 
| +  PP_VIDEOPROFILE_VP9_PROFILE2 = 14, | 
| +  PP_VIDEOPROFILE_VP9_PROFILE3 = 15, | 
| +  PP_VIDEOPROFILE_MAX = PP_VIDEOPROFILE_VP9_PROFILE3 | 
| } PP_VideoProfile; | 
|  | 
| /** | 
|  |