| Index: src/gpu/gl/GrGLProgram.cpp
 | 
| diff --git a/src/gpu/gl/GrGLProgram.cpp b/src/gpu/gl/GrGLProgram.cpp
 | 
| index 1ca61e374883b1d3f9292ae8a4c34c5aea96e2ef..a69333f437ae238ecf93fa54ac09918aa52a0340 100644
 | 
| --- a/src/gpu/gl/GrGLProgram.cpp
 | 
| +++ b/src/gpu/gl/GrGLProgram.cpp
 | 
| @@ -52,7 +52,7 @@ GrGLProgram::GrGLProgram(GrGpuGL* gpu,
 | 
|  
 | 
|      if (fDesc.getHeader().fHasVertexCode ||
 | 
|          !fGpu->glCaps().fixedFunctionSupport() ||
 | 
| -        !fGpu->glCaps().pathStencilingSupport()) {
 | 
| +        !fGpu->glCaps().pathRenderingSupport()) {
 | 
|  
 | 
|          GrGLFullShaderBuilder fullBuilder(fGpu, fUniformManager, fDesc);
 | 
|          if (this->genProgram(&fullBuilder, colorStages, coverageStages)) {
 | 
| 
 |