Index: include/gpu/gl/GrGLInterface.h |
diff --git a/include/gpu/gl/GrGLInterface.h b/include/gpu/gl/GrGLInterface.h |
index 9a717580285bdd487b1a2e8ff99c91934c2936fb..9d6025974085dbffe856b1313d11e7c5d9d2c6d3 100644 |
--- a/include/gpu/gl/GrGLInterface.h |
+++ b/include/gpu/gl/GrGLInterface.h |
@@ -350,6 +350,8 @@ public: |
GLPtr<GrGLStencilThenCoverStrokePathInstancedProc> fStencilThenCoverStrokePathInstanced; |
// NV_path_rendering v1.3 |
GLPtr<GrGLProgramPathFragmentInputGenProc> fProgramPathFragmentInputGen; |
+ // CHROMIUM_path_rendering |
+ GLPtr<GrGLBindFragmentInputLocationProc> fBindFragmentInputLocation; |
/* NV_framebuffer_mixed_samples */ |
GLPtr<GrGLCoverageModulationProc> fCoverageModulation; |