Index: src/gpu/effects/GrMatrixConvolutionEffect.cpp |
diff --git a/src/gpu/effects/GrMatrixConvolutionEffect.cpp b/src/gpu/effects/GrMatrixConvolutionEffect.cpp |
index e573996e80142a34b49ed0b114bcd96248c0b77a..b78c6379c84ccd4b53bf364f70ac0436ecc63989 100644 |
--- a/src/gpu/effects/GrMatrixConvolutionEffect.cpp |
+++ b/src/gpu/effects/GrMatrixConvolutionEffect.cpp |
@@ -157,7 +157,7 @@ GrMatrixConvolutionEffect::GrMatrixConvolutionEffect(GrTexture* texture, |
const SkIPoint& kernelOffset, |
GrTextureDomain::Mode tileMode, |
bool convolveAlpha) |
- : INHERITED(texture, MakeDivByTextureWHMatrix(texture)), |
+ : INHERITED(texture, GrCoordTransform::MakeDivByTextureWHMatrix(texture)), |
fKernelSize(kernelSize), |
fGain(SkScalarToFloat(gain)), |
fBias(SkScalarToFloat(bias) / 255.0f), |