Index: include/gpu/gl/GrGLInterface.h |
diff --git a/include/gpu/gl/GrGLInterface.h b/include/gpu/gl/GrGLInterface.h |
index 2398c37ccf405c43d3a5340a61c3be5cd678cf46..8c7252685e8875ceaa172677a74e1a448355c6be 100644 |
--- a/include/gpu/gl/GrGLInterface.h |
+++ b/include/gpu/gl/GrGLInterface.h |
@@ -329,6 +329,7 @@ |
GLPtr<GrGLMatrixLoadIdentityProc> fMatrixLoadIdentity; |
GLPtr<GrGLGetProgramResourceLocationProc> fGetProgramResourceLocation; |
GLPtr<GrGLPathCommandsProc> fPathCommands; |
+ GLPtr<GrGLPathCoordsProc> fPathCoords; |
GLPtr<GrGLPathParameteriProc> fPathParameteri; |
GLPtr<GrGLPathParameterfProc> fPathParameterf; |
GLPtr<GrGLGenPathsProc> fGenPaths; |
@@ -339,6 +340,7 @@ |
GLPtr<GrGLStencilStrokePathProc> fStencilStrokePath; |
GLPtr<GrGLStencilFillPathInstancedProc> fStencilFillPathInstanced; |
GLPtr<GrGLStencilStrokePathInstancedProc> fStencilStrokePathInstanced; |
+ GLPtr<GrGLPathTexGenProc> fPathTexGen; |
GLPtr<GrGLCoverFillPathProc> fCoverFillPath; |
GLPtr<GrGLCoverStrokePathProc> fCoverStrokePath; |
GLPtr<GrGLCoverFillPathInstancedProc> fCoverFillPathInstanced; |