| Index: src/gpu/gl/GrGLProgramDesc.cpp
|
| diff --git a/src/gpu/gl/GrGLProgramDesc.cpp b/src/gpu/gl/GrGLProgramDesc.cpp
|
| index 5339937c1a8e0be49b32e02c2e3193ab6d8e40de..c356a8c6c2c191a95a2c7fcea3eefbd999dc3b78 100644
|
| --- a/src/gpu/gl/GrGLProgramDesc.cpp
|
| +++ b/src/gpu/gl/GrGLProgramDesc.cpp
|
| @@ -173,7 +173,7 @@ bool GrGLProgramDesc::Build(const GrOptDrawState& optState,
|
| coverageStages->reset();
|
|
|
| bool inputColorIsUsed = optState.inputColorIsUsed();
|
| - bool inputCoverageIsUsed = optState.inputColorIsUsed();
|
| + bool inputCoverageIsUsed = optState.inputCoverageIsUsed();
|
|
|
| // The descriptor is used as a cache key. Thus when a field of the
|
| // descriptor will not affect program generation (because of the attribute
|
|
|