Index: include/gpu/gl/GrGLInterface.h |
diff --git a/include/gpu/gl/GrGLInterface.h b/include/gpu/gl/GrGLInterface.h |
index 059f571620b2dbc18949a6ef707fb80aabf31a99..b6d45b9acf6b95f1d74d1c23d3535ac4b7dfa411 100644 |
--- a/include/gpu/gl/GrGLInterface.h |
+++ b/include/gpu/gl/GrGLInterface.h |
@@ -30,6 +30,8 @@ |
* comments in GrGLConfig.h |
*/ |
+typedef void(*GrGLFuncPtr)(); |
+ |
struct GrGLInterface; |
const GrGLInterface* GrGLDefaultInterface(); |