| Index: gm/texturedomaineffect.cpp
|
| diff --git a/gm/texturedomaineffect.cpp b/gm/texturedomaineffect.cpp
|
| index 3680006cc5fad3b4ab241f3303a4c7edebd9de72..ba574b6b09be798961d5b0660f0c3a716388ba04 100644
|
| --- a/gm/texturedomaineffect.cpp
|
| +++ b/gm/texturedomaineffect.cpp
|
| @@ -115,7 +115,7 @@ protected:
|
| GrPaint grPaint;
|
| grPaint.setXPFactory(GrPorterDuffXPFactory::Make(SkXfermode::kSrc_Mode));
|
| sk_sp<GrFragmentProcessor> fp(
|
| - GrTextureDomainEffect::Make(texture, textureMatrices[tm],
|
| + GrTextureDomainEffect::Make(texture, nullptr, textureMatrices[tm],
|
| GrTextureDomain::MakeTexelDomain(texture,
|
| texelDomains[d]),
|
| mode, GrTextureParams::kNone_FilterMode));
|
|
|