| Index: src/gpu/gl/GrGLDefines.h
|
| diff --git a/src/gpu/gl/GrGLDefines.h b/src/gpu/gl/GrGLDefines.h
|
| index 2fe22bd0a31d35657b1517de055c233d5c95e76c..8cd3751907263a6183462a3f877016100780ef07 100644
|
| --- a/src/gpu/gl/GrGLDefines.h
|
| +++ b/src/gpu/gl/GrGLDefines.h
|
| @@ -962,6 +962,11 @@
|
| /* GL_ARB_texture_rectangle */
|
| #define GR_GL_TEXTURE_RECTANGLE 0x84F5
|
|
|
| +/* GL_EXT_window_rectangles */
|
| +#define GR_GL_MAX_WINDOW_RECTANGLES 0x8f14
|
| +#define GR_GL_INCLUSIVE 0x8f10
|
| +#define GR_GL_EXCLUSIVE 0x8f11
|
| +
|
| /* EGL Defines */
|
| #define GR_EGL_NO_DISPLAY ((GrEGLDisplay)0)
|
| #define GR_EGL_EXTENSIONS 0x3055
|
|
|