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