diff options
Diffstat (limited to 'src/gpu/gl/GrGLProgram.cpp')
-rw-r--r-- | src/gpu/gl/GrGLProgram.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/gl/GrGLProgram.cpp b/src/gpu/gl/GrGLProgram.cpp index b1d6d4fbf5..3202d39e9b 100644 --- a/src/gpu/gl/GrGLProgram.cpp +++ b/src/gpu/gl/GrGLProgram.cpp @@ -112,7 +112,7 @@ void GrGLProgram::overrideBlend(GrBlendCoeff* srcCoeff, case ProgramDesc::kCoverage_DualSrcOutput: case ProgramDesc::kCoverageISA_DualSrcOutput: case ProgramDesc::kCoverageISC_DualSrcOutput: - *dstCoeff = (GrBlendCoeff)GrGpu::kIS2C_BlendCoeff; + *dstCoeff = (GrBlendCoeff)GrGpu::kIS2C_GrBlendCoeff; break; default: GrCrash("Unexpected dual source blend output"); |