Index: src/gpu/gl/GrGLDefines.h |
diff --git a/src/gpu/gl/GrGLDefines.h b/src/gpu/gl/GrGLDefines.h |
index 89ff56b8852274dc520eca27a18d65c3549fc78d..6419cff5ff07b0c56f4f9a95ec6c67352bbe3af9 100644 |
--- a/src/gpu/gl/GrGLDefines.h |
+++ b/src/gpu/gl/GrGLDefines.h |
@@ -931,4 +931,8 @@ |
#define GR_GL_PROGRAM_PIPELINE 0x82E4 |
#define GR_GL_SAMPLER 0x82E6 |
+/* EGL Defines */ |
+#define GR_EGL_NO_DISPLAY ((GrEGLDisplay)0) |
+#define GR_EGL_EXTENSIONS 0x3055 |
+ |
#endif |