Index: include/gpu/gl/GrGLInterface.h |
diff --git a/include/gpu/gl/GrGLInterface.h b/include/gpu/gl/GrGLInterface.h |
index fd22792b436b206ba0569800d357ab92b98795e8..9070af2aa84e6d2ff0ed8ebcfd8b627840b8da9a 100644 |
--- a/include/gpu/gl/GrGLInterface.h |
+++ b/include/gpu/gl/GrGLInterface.h |
@@ -230,12 +230,11 @@ public: |
GLPtr<GrGLInvalidateTexSubImageProc> fInvalidateTexSubImage; |
GLPtr<GrGLLineWidthProc> fLineWidth; |
GLPtr<GrGLLinkProgramProc> fLinkProgram; |
- GLPtr<GrGLLoadIdentityProc> fLoadIdentity; |
- GLPtr<GrGLLoadMatrixfProc> fLoadMatrixf; |
GLPtr<GrGLMapBufferProc> fMapBuffer; |
GLPtr<GrGLMapBufferSubDataProc> fMapBufferSubData; |
GLPtr<GrGLMapTexSubImage2DProc> fMapTexSubImage2D; |
- GLPtr<GrGLMatrixModeProc> fMatrixMode; |
+ GLPtr<GrGLMatrixLoadfProc> fMatrixLoadf; |
+ GLPtr<GrGLMatrixLoadIdentityProc> fMatrixLoadIdentity; |
GLPtr<GrGLPixelStoreiProc> fPixelStorei; |
GLPtr<GrGLPopGroupMarkerProc> fPopGroupMarker; |
GLPtr<GrGLPushGroupMarkerProc> fPushGroupMarker; |