| Index: src/gpu/gl/GrGLShaderBuilder.cpp
|
| diff --git a/src/gpu/gl/GrGLShaderBuilder.cpp b/src/gpu/gl/GrGLShaderBuilder.cpp
|
| index 0d09606ddcfbbb7d9bdc351ecd4a817c1a71a2e4..ac993826d17396014e84cb1648ad6c168b9a2cd9 100644
|
| --- a/src/gpu/gl/GrGLShaderBuilder.cpp
|
| +++ b/src/gpu/gl/GrGLShaderBuilder.cpp
|
| @@ -111,7 +111,7 @@ GrGLShaderBuilder::GrGLShaderBuilder(const GrGLContextInfo& ctxInfo,
|
| // has fixed function/path rendering support, and position is the only vertex attribute.
|
| if (hasVertexShaderEffects ||
|
| !ctxInfo.caps()->fixedFunctionSupport() ||
|
| - !ctxInfo.caps()->pathStencilingSupport() ||
|
| + !ctxInfo.caps()->pathRenderingSupport() ||
|
| -1 != header.fLocalCoordAttributeIndex ||
|
| -1 != header.fColorAttributeIndex ||
|
| -1 != header.fCoverageAttributeIndex) {
|
|
|