| 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 d33814e4a4887d425b17e79112b02b8833b6370a..40feca0a5607f264455dca9235042df521b3ab94 100644
|
| --- a/ppapi/lib/gl/gles2/gl2ext_ppapi.h
|
| +++ b/ppapi/lib/gl/gles2/gl2ext_ppapi.h
|
| @@ -47,6 +47,8 @@ GL_APICALL const struct PPB_OpenGLES2ChromiumEnableFeature_Dev* GL_APIENTRY
|
| glGetChromiumEnableFeatureInterfacePPAPI();
|
| GL_APICALL const struct PPB_OpenGLES2ChromiumMapSub_Dev* GL_APIENTRY
|
| glGetChromiumMapSubInterfacePPAPI();
|
| +GL_APICALL const struct PPB_OpenGLES2Query_Dev* GL_APIENTRY
|
| + glGetQueryInterfacePPAPI();
|
|
|
| #ifdef __cplusplus
|
| }
|
|
|