| Index: src/gpu/gl/GrGLAssembleInterface.cpp
|
| diff --git a/src/gpu/gl/GrGLAssembleInterface.cpp b/src/gpu/gl/GrGLAssembleInterface.cpp
|
| index 6296f6ec3df0b6115519adebdda87b2824ff82d6..e986b3fc0299fafef28e5ca9f211c66e7ac15a37 100644
|
| --- a/src/gpu/gl/GrGLAssembleInterface.cpp
|
| +++ b/src/gpu/gl/GrGLAssembleInterface.cpp
|
| @@ -295,7 +295,6 @@ const GrGLInterface* GrGLAssembleGLInterface(void* ctx, GrGLGetProc get) {
|
| GET_PROC_SUFFIX(StencilThenCoverStrokePathInstanced, NV);
|
| // NV_path_rendering v1.3 (These methods may not be present)
|
| GET_PROC_SUFFIX(ProgramPathFragmentInputGen, NV);
|
| - GET_PROC_SUFFIX(PathMemoryGlyphIndexArray, NV);
|
| }
|
|
|
| if (extensions.has("GL_NV_framebuffer_mixed_samples")) {
|
| @@ -701,7 +700,6 @@ const GrGLInterface* GrGLAssembleGLESInterface(void* ctx, GrGLGetProc get) {
|
| GET_PROC_SUFFIX(StencilThenCoverFillPathInstanced, NV);
|
| GET_PROC_SUFFIX(StencilThenCoverStrokePathInstanced, NV);
|
| GET_PROC_SUFFIX(ProgramPathFragmentInputGen, NV);
|
| - GET_PROC_SUFFIX(PathMemoryGlyphIndexArray, NV);
|
| }
|
|
|
| if (extensions.has("GL_NV_framebuffer_mixed_samples")) {
|
|
|