Index: src/gpu/gl/GrGLDefines.h |
diff --git a/src/gpu/gl/GrGLDefines.h b/src/gpu/gl/GrGLDefines.h |
index 77b7a1536643fd0d69e1537f108ca109f0d30ae0..06dd99dae13201d009c7fc9b018d6d5de82918e2 100644 |
--- a/src/gpu/gl/GrGLDefines.h |
+++ b/src/gpu/gl/GrGLDefines.h |
@@ -900,4 +900,8 @@ |
// shader stage of <program> (if a fragment stage exists). |
#define GR_GL_FRAGMENT_INPUT 0x936D |
+/* ARM specific define for MSAA support on framebuffer fetch */ |
+#define GR_GL_FETCH_PER_SAMPLE_ARM 0x8F65 |
+ |
+ |
#endif |