| Index: src/gpu/effects/GrConvolutionEffect.cpp
|
| diff --git a/src/gpu/effects/GrConvolutionEffect.cpp b/src/gpu/effects/GrConvolutionEffect.cpp
|
| index a836d43f2bb88c567214c67f48c65a07d7773e17..36a1bfe6a1cbec054020e7cf7f2cd3e2a441ac5c 100644
|
| --- a/src/gpu/effects/GrConvolutionEffect.cpp
|
| +++ b/src/gpu/effects/GrConvolutionEffect.cpp
|
| @@ -101,7 +101,7 @@ void GrGLConvolutionEffect::emitCode(GrGLProgramBuilder* builder,
|
| }
|
|
|
| SkString modulate;
|
| - GrGLSLMulVarBy4f(&modulate, 2, outputColor, inputColor);
|
| + GrGLSLMulVarBy4f(&modulate, outputColor, inputColor);
|
| fsBuilder->codeAppend(modulate.c_str());
|
| }
|
|
|
|
|