| 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 a7230314aea6cc06ab334e81f9d0c10cddd5448a..2a781478ce3b76e312f5080c44fa9e77f7d047a5 100644
|
| --- a/gpu/command_buffer/service/gl_utils.h
|
| +++ b/gpu/command_buffer/service/gl_utils.h
|
| @@ -107,6 +107,10 @@
|
| // GL_OES_compressed_ETC1_RGB8_texture
|
| #define GL_ETC1_RGB8_OES 0x8D64
|
|
|
| +// GL_CHROMIUM_pixel_transfer_buffer_object
|
| +#define GL_PIXEL_UNPACK_TRANSFER_BUFFER_CHROMIUM 0x78EC
|
| +#define GL_PIXEL_UNPACK_TRANSFER_BUFFER_BINDING_CHROMIUM 0x78EF
|
| +
|
| #define GL_GLEXT_PROTOTYPES 1
|
|
|
| // GL_ARB_get_program_binary
|
|
|