Index: src/gpu/gl/GrGLDefines.h |
diff --git a/src/gpu/gl/GrGLDefines.h b/src/gpu/gl/GrGLDefines.h |
index afcbe819bddc7a6845f1a384078d62a68b503849..68d8da803061ba0782a578461d6791ff0f790c04 100644 |
--- a/src/gpu/gl/GrGLDefines.h |
+++ b/src/gpu/gl/GrGLDefines.h |
@@ -802,6 +802,7 @@ |
#define GR_GL_LINE_TO 0x04 |
#define GR_GL_QUADRATIC_CURVE_TO 0x0A |
#define GR_GL_CUBIC_CURVE_TO 0x0C |
+#define GR_GL_CONIC_CURVE_TO 0x1A |
// path parameters |
#define GR_GL_PATH_STROKE_WIDTH 0x9075 |