| Index: src/gpu/effects/Gr1DKernelEffect.h
|
| diff --git a/src/gpu/effects/Gr1DKernelEffect.h b/src/gpu/effects/Gr1DKernelEffect.h
|
| index 171273360b59d4baba8a678c4e115799e0bcee0f..a195b7606c4a32fdc1c4f71695522deb423a4be3 100644
|
| --- a/src/gpu/effects/Gr1DKernelEffect.h
|
| +++ b/src/gpu/effects/Gr1DKernelEffect.h
|
| @@ -31,7 +31,7 @@ public:
|
| Gr1DKernelEffect(GrTexture* texture,
|
| Direction direction,
|
| int radius)
|
| - : GrSingleTextureEffect(texture, MakeDivByTextureWHMatrix(texture))
|
| + : GrSingleTextureEffect(texture, GrCoordTransform::MakeDivByTextureWHMatrix(texture))
|
| , fDirection(direction)
|
| , fRadius(radius) {}
|
|
|
|
|