| Index: third_party/khronos/GLES2/gl2ext.h
|
| diff --git a/third_party/khronos/GLES2/gl2ext.h b/third_party/khronos/GLES2/gl2ext.h
|
| index fd39ca31752eb76fa40f677eccb81890358395f6..04fa4e08671651df87dc8217c3737a67e170264f 100644
|
| --- a/third_party/khronos/GLES2/gl2ext.h
|
| +++ b/third_party/khronos/GLES2/gl2ext.h
|
| @@ -1955,6 +1955,15 @@ typedef void (GL_APIENTRYP PFNGLTEXIMAGEIOSURFACE2DCHROMIUM) (GLenum target, GLs
|
| #endif
|
| #endif
|
|
|
| +/* GL_CHROMIUM_command_buffer_query */
|
| +/* Exposes GL_CHROMIUM_command_buffer_query.
|
| + */
|
| +#ifndef GL_CHROMIUM_command_buffer_query
|
| +#define GL_CHROMIUM_command_buffer_query 1
|
| +// TODO(gman): Get official numbers for these constants.
|
| +#define GL_COMMANDS_ISSUED_CHROMIUM 0x84F2
|
| +#endif
|
| +
|
| #ifdef __cplusplus
|
| }
|
| #endif
|
|
|