| Index: gm/texturedomaineffect.cpp
|
| diff --git a/gm/texturedomaineffect.cpp b/gm/texturedomaineffect.cpp
|
| index 9952690fed011275291faac90c41f24a815f8045..cf772f5f1b503aa4360f601af380510411c5d49e 100644
|
| --- a/gm/texturedomaineffect.cpp
|
| +++ b/gm/texturedomaineffect.cpp
|
| @@ -86,7 +86,8 @@ protected:
|
| return;
|
| }
|
|
|
| - SkAutoTUnref<GrTexture> texture(GrRefCachedBitmapTexture(context, fBmp, nullptr));
|
| + SkAutoTUnref<GrTexture> texture(GrRefCachedBitmapTexture(context, fBmp,
|
| + GrTextureParams::ClampNoFilter()));
|
| if (!texture) {
|
| return;
|
| }
|
|
|