Index: include/gpu/gl/GrGLInterface.h |
diff --git a/include/gpu/gl/GrGLInterface.h b/include/gpu/gl/GrGLInterface.h |
index add7ee256727aa3f9728fbfe8c28547efc027ddc..7bf382c05dd385a6c58655d09f8cc583558ec08d 100644 |
--- a/include/gpu/gl/GrGLInterface.h |
+++ b/include/gpu/gl/GrGLInterface.h |
@@ -324,6 +324,7 @@ public: |
GLPtr<GrGLPathParameterfProc> fPathParameterf; |
GLPtr<GrGLGenPathsProc> fGenPaths; |
GLPtr<GrGLDeletePathsProc> fDeletePaths; |
+ GLPtr<GrGLIsPathProc> fIsPath; |
GLPtr<GrGLPathStencilFuncProc> fPathStencilFunc; |
GLPtr<GrGLStencilFillPathProc> fStencilFillPath; |
GLPtr<GrGLStencilStrokePathProc> fStencilStrokePath; |