| Index: third_party/khronos/GLES2/gl2ext.h
|
| diff --git a/third_party/khronos/GLES2/gl2ext.h b/third_party/khronos/GLES2/gl2ext.h
|
| index c604c12319deec3a44a88efd2d814c2a7a5c3f8e..ee0da0309bc546c63cea8417f1b102696e6db02c 100644
|
| --- a/third_party/khronos/GLES2/gl2ext.h
|
| +++ b/third_party/khronos/GLES2/gl2ext.h
|
| @@ -1985,6 +1985,15 @@ typedef void (GL_APIENTRYP PFNGLCOPYTEXTURECHROMIUM) (GLenum target, GLenum sour
|
| #define GL_COMMANDS_ISSUED_CHROMIUM 0x84F2
|
| #endif
|
|
|
| +/* GL_CHROMIUM_get_error_query */
|
| +/* Exposes GL_CHROMIUM_get_error_query.
|
| + */
|
| +#ifndef GL_CHROMIUM_get_error_query
|
| +#define GL_CHROMIUM_get_error_query 1
|
| +// TODO(gman): Get official numbers for these constants.
|
| +#define GL_GET_ERROR_QUERY_CHROMIUM 0x84F3
|
| +#endif
|
| +
|
| /* GL_CHROMIUM_texture_mailbox */
|
| #ifndef GL_CHROMIUM_texture_mailbox
|
| #define GL_CHROMIUM_texture_mailbox 1
|
|
|