| Index: ppapi/api/ppb_opengles2.idl
|
| diff --git a/ppapi/api/ppb_opengles2.idl b/ppapi/api/ppb_opengles2.idl
|
| index 5f08099286005882782cb7ab56be0f2e3f156dd1..b1b773bf9b6895883d33d3e83138489458673eaa 100644
|
| --- a/ppapi/api/ppb_opengles2.idl
|
| +++ b/ppapi/api/ppb_opengles2.idl
|
| @@ -722,6 +722,10 @@ interface PPB_OpenGLES2Query {
|
| [in] GLuint id,
|
| [in] GLenum pname,
|
| [out] GLuint_ptr_t params);
|
| + void GetQueryObjectui64vEXT([in] PP_Resource context,
|
| + [in] GLuint id,
|
| + [in] GLenum pname,
|
| + [out] GLuint64_ptr_t params);
|
| };
|
|
|
|
|
|
|