| Index: gpu/command_buffer/service/gl_utils.h
|
| diff --git a/gpu/command_buffer/service/gl_utils.h b/gpu/command_buffer/service/gl_utils.h
|
| index 57886707818a135debb4c2930c3addb787195cc7..533cbb346d7f92eab929cd69308733df832b0756 100644
|
| --- a/gpu/command_buffer/service/gl_utils.h
|
| +++ b/gpu/command_buffer/service/gl_utils.h
|
| @@ -103,6 +103,11 @@
|
|
|
| #define GL_GLEXT_PROTOTYPES 1
|
|
|
| +// GL_OES_get_program_binary
|
| +#define GL_PROGRAM_BINARY_LENGTH_OES 0x8741
|
| +#define GL_NUM_PROGRAM_BINARY_FORMATS_OES 0x87FE
|
| +#define GL_PROGRAM_BINARY_FORMATS_OES 0x87FF
|
| +
|
| // Define this for extra GL error debugging (slower).
|
| // #define GL_ERROR_DEBUGGING
|
| #ifdef GL_ERROR_DEBUGGING
|
|
|