Index: src/gpu/effects/Gr1DKernelEffect.h |
diff --git a/src/gpu/effects/Gr1DKernelEffect.h b/src/gpu/effects/Gr1DKernelEffect.h |
index 519d6dbeb5663c653583b567fdab387a9a4f81f6..d300f2d523aca3e68d1c3eb6409f2ca2ea9227a7 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) |
- : INHERITED(texture, GrCoordTransform::MakeDivByTextureWHMatrix(texture)) |
+ : INHERITED(texture, nullptr, GrCoordTransform::MakeDivByTextureWHMatrix(texture)) |
, fDirection(direction) |
, fRadius(radius) {} |