Index: include/gpu/gl/GrGLInterface.h |
diff --git a/include/gpu/gl/GrGLInterface.h b/include/gpu/gl/GrGLInterface.h |
index 835b374ebc25f25470d9b0c1433d73a09b94a6da..e2a204962bf8e1dcb44de6469abb91258af4adc0 100644 |
--- a/include/gpu/gl/GrGLInterface.h |
+++ b/include/gpu/gl/GrGLInterface.h |
@@ -335,10 +335,12 @@ public: |
GLPtr<GrGLCoverStrokePathProc> fCoverStrokePath; |
GLPtr<GrGLCoverFillPathInstancedProc> fCoverFillPathInstanced; |
GLPtr<GrGLCoverStrokePathInstancedProc> fCoverStrokePathInstanced; |
+ // NV_path_rendering v1.2 |
GLPtr<GrGLStencilThenCoverFillPathProc> fStencilThenCoverFillPath; |
GLPtr<GrGLStencilThenCoverStrokePathProc> fStencilThenCoverStrokePath; |
GLPtr<GrGLStencilThenCoverFillPathInstancedProc> fStencilThenCoverFillPathInstanced; |
GLPtr<GrGLStencilThenCoverStrokePathInstancedProc> fStencilThenCoverStrokePathInstanced; |
+ // NV_path_rendering v1.3 |
GLPtr<GrGLProgramPathFragmentInputGenProc> fProgramPathFragmentInputGen; |
} fFunctions; |