Index: src/gpu/gl/GrGLDefines.h |
diff --git a/src/gpu/gl/GrGLDefines.h b/src/gpu/gl/GrGLDefines.h |
index ff4c4572500a4bf009e23537effd8d7e567c2672..98b328b47a251bf1ae8cfb51e7c39952d033ab53 100644 |
--- a/src/gpu/gl/GrGLDefines.h |
+++ b/src/gpu/gl/GrGLDefines.h |
@@ -165,7 +165,8 @@ |
#define GR_GL_LINE_STIPPLE 0x0B24 |
#define GR_GL_FRAMEBUFFER_SRGB 0x8DB9 |
#define GR_GL_SHADER_PIXEL_LOCAL_STORAGE 0x8F64 |
- |
+#define GR_GL_SAMPLE_SHADING 0x8C36 |
+ |
/* ErrorCode */ |
#define GR_GL_NO_ERROR 0 |
#define GR_GL_INVALID_ENUM 0x0500 |