| Index: src/gpu/gl/builders/GrGLProgramBuilder.cpp
|
| diff --git a/src/gpu/gl/builders/GrGLProgramBuilder.cpp b/src/gpu/gl/builders/GrGLProgramBuilder.cpp
|
| index 18d19172893910bf2b64b381deba89affd1e323b..52ef7b590ba03703f74c938a979675a7c2d1f8ee 100644
|
| --- a/src/gpu/gl/builders/GrGLProgramBuilder.cpp
|
| +++ b/src/gpu/gl/builders/GrGLProgramBuilder.cpp
|
| @@ -234,7 +234,7 @@ void GrGLProgramBuilder::resolveProgramResourceLocations(GrGLuint programID) {
|
|
|
| // handle NVPR separable varyings
|
| if (!fGpu->glCaps().shaderCaps()->pathRenderingSupport() ||
|
| - !fGpu->glPathRendering()->shouldBindFragmentInputs()) {
|
| + fGpu->glPathRendering()->shouldBindFragmentInputs()) {
|
| return;
|
| }
|
| int count = fVaryingHandler.fPathProcVaryingInfos.count();
|
|
|