diff options
Diffstat (limited to 'src/gpu/gl')
-rw-r--r-- | src/gpu/gl/GrGLProgramDesc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/gl/GrGLProgramDesc.cpp b/src/gpu/gl/GrGLProgramDesc.cpp index 5339937c1a..c356a8c6c2 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 |