| Index: ppapi/lib/gl/gles2/gl2ext_ppapi.h
|
| diff --git a/ppapi/lib/gl/gles2/gl2ext_ppapi.h b/ppapi/lib/gl/gles2/gl2ext_ppapi.h
|
| index ff593c24745160f449c70dfecbd4b3708e5b645c..39c8440bb0bbd4e048142ba4005c17f03aedcb2d 100644
|
| --- a/ppapi/lib/gl/gles2/gl2ext_ppapi.h
|
| +++ b/ppapi/lib/gl/gles2/gl2ext_ppapi.h
|
| @@ -49,6 +49,8 @@ GL_APICALL const struct PPB_OpenGLES2ChromiumMapSub* GL_APIENTRY
|
| glGetChromiumMapSubInterfacePPAPI(void);
|
| GL_APICALL const struct PPB_OpenGLES2Query* GL_APIENTRY
|
| glGetQueryInterfacePPAPI(void);
|
| +GL_APICALL const struct PPB_OpenGLES2VertexArray* GL_APIENTRY
|
| + glGetVertexArrayInterfacePPAPI(void);
|
| GL_APICALL const struct PPB_OpenGLES2DrawBuffers_Dev* GL_APIENTRY
|
| glGetDrawBuffersInterfacePPAPI(void);
|
|
|
|
|