Index: src/gpu/gl/GrGLAssembleInterface.cpp |
diff --git a/src/gpu/gl/GrGLAssembleInterface.cpp b/src/gpu/gl/GrGLAssembleInterface.cpp |
index 4c02a6eb584f14860cb077e2f473d66cfa389e10..c6b3f937933a8972e7ca95eda3f7a19e999a6e26 100644 |
--- a/src/gpu/gl/GrGLAssembleInterface.cpp |
+++ b/src/gpu/gl/GrGLAssembleInterface.cpp |
@@ -228,6 +228,7 @@ const GrGLInterface* GrGLAssembleGLInterface(void* ctx, GrGLGetProc get) { |
GET_PROC_SUFFIX(PathParameterf, NV); |
GET_PROC_SUFFIX(GenPaths, NV); |
GET_PROC_SUFFIX(DeletePaths, NV); |
+ GET_PROC_SUFFIX(IsPath, NV); |
GET_PROC_SUFFIX(PathStencilFunc, NV); |
GET_PROC_SUFFIX(StencilFillPath, NV); |
GET_PROC_SUFFIX(StencilStrokePath, NV); |