Index: include/gpu/gl/GrGLInterface.h |
diff --git a/include/gpu/gl/GrGLInterface.h b/include/gpu/gl/GrGLInterface.h |
index ec27ace81f4214b304d5c2bb20f7ddbb1a560613..31429a8ebc98007faed0cb42aedf1103c9bdb293 100644 |
--- a/include/gpu/gl/GrGLInterface.h |
+++ b/include/gpu/gl/GrGLInterface.h |
@@ -498,8 +498,8 @@ public: |
GLPtr<GrGLObjectLabelProc> fObjectLabel; |
/* EGL functions */ |
- GLPtr<GrEGLCreateImageProc> fCreateImage; |
- GLPtr<GrEGLDestroyImageProc> fDestroyImage; |
+ GLPtr<GrEGLCreateImageProc> fEGLCreateImage; |
+ GLPtr<GrEGLDestroyImageProc> fEGLDestroyImage; |
} fFunctions; |
// Per-GL func callback |