Index: src/gpu/GrClipMaskManager.cpp |
diff --git a/src/gpu/GrClipMaskManager.cpp b/src/gpu/GrClipMaskManager.cpp |
index c1edb5b9adcaa24bcfe44967c9d52b9a39ca0b26..77d5ea1d03fcc30c47ba42f3d7085cb3d236ec9a 100644 |
--- a/src/gpu/GrClipMaskManager.cpp |
+++ b/src/gpu/GrClipMaskManager.cpp |
@@ -44,6 +44,7 @@ static sk_sp<GrFragmentProcessor> create_fp_for_mask(GrTexture* result, |
SkIRect domainTexels = SkIRect::MakeWH(devBound.width(), devBound.height()); |
return sk_sp<GrFragmentProcessor>(GrTextureDomainEffect::Make( |
result, |
+ nullptr, |
mat, |
GrTextureDomain::MakeTexelDomain(result, domainTexels), |
GrTextureDomain::kDecal_Mode, |