| Index: src/gpu/gl/GrGLAssembleGLESInterface.h
|
| diff --git a/src/gpu/gl/GrGLAssembleGLESInterface.h b/src/gpu/gl/GrGLAssembleGLESInterface.h
|
| index 43f48c25945f9dd96a20878500581cbdbf80fbe1..d3ebebd75671f2d900d935b399886bc4c99c2769 100644
|
| --- a/src/gpu/gl/GrGLAssembleGLESInterface.h
|
| +++ b/src/gpu/gl/GrGLAssembleGLESInterface.h
|
| @@ -266,6 +266,7 @@ static const GrGLInterface* GrGLAssembleGLESInterface(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);
|
|
|