Index: src/gpu/gl/GrGLDefines.h |
diff --git a/src/gpu/gl/GrGLDefines.h b/src/gpu/gl/GrGLDefines.h |
index 228f25800210ffb8f7fe7763ecad8fdbebe66a96..318fcd4d536bd7b9930eed8b54cf04cd2cb1857c 100644 |
--- a/src/gpu/gl/GrGLDefines.h |
+++ b/src/gpu/gl/GrGLDefines.h |
@@ -939,6 +939,9 @@ |
/* GL_OES_EGL_image_external */ |
#define GR_GL_TEXTURE_EXTERNAL 0x8D65 |
+/* GL_ARB_texture_rectangle */ |
+#define GR_GL_TEXTURE_RECTANGLE 0x84F5 |
+ |
/* EGL Defines */ |
#define GR_EGL_NO_DISPLAY ((GrEGLDisplay)0) |
#define GR_EGL_EXTENSIONS 0x3055 |