Chromium Code Reviews| Index: gpu/command_buffer/service/gl_utils.h |
| =================================================================== |
| --- gpu/command_buffer/service/gl_utils.h (revision 141671) |
| +++ gpu/command_buffer/service/gl_utils.h (working copy) |
| @@ -46,6 +46,7 @@ |
| #define GL_UNPACK_FLIP_Y_CHROMIUM 0x9240 |
| #define GL_UNPACK_PREMULTIPLY_ALPHA_CHROMIUM 0x9241 |
| +#define GL_UNPACK_UNPREMULTIPLY_ALPHA_CHROMIUM 0x9242 |
| #define GL_UNPACK_COLORSPACE_CONVERSION_CHROMIUM 0x9243 |
| // GL_ANGLE_pack_reverse_row_order |