| Index: ui/gl/gl_bindings.h
|
| diff --git a/ui/gl/gl_bindings.h b/ui/gl/gl_bindings.h
|
| index b712d646d6c7719d59d236af93b98866ebb006fe..1fcb36cd9226fad9a355e0011be4aacbe258098e 100644
|
| --- a/ui/gl/gl_bindings.h
|
| +++ b/ui/gl/gl_bindings.h
|
| @@ -135,6 +135,9 @@
|
| // GL_CHROMIUM_ycbcr_422_image
|
| #define GL_RGB_YCBCR_422_CHROMIUM 0x78FB
|
|
|
| +// GL_CHROMIUM_ycbcr_420v_image
|
| +#define GL_RGB_YCBCR_420V_CHROMIUM 0x78FC
|
| +
|
| // GL_CHROMIUM_schedule_overlay_plane
|
| #define GL_OVERLAY_TRANSFORM_NONE_CHROMIUM 0x9245
|
| #define GL_OVERLAY_TRANSFORM_FLIP_HORIZONTAL_CHROMIUM 0x9246
|
|
|