| Index: src/core/SkImageFilter.cpp
|
| diff --git a/src/core/SkImageFilter.cpp b/src/core/SkImageFilter.cpp
|
| index 2920714f88ce9fbf35fe38909cde20e87bae7e9b..4ad7f0eeba9d235d9dad6af80a670ff7b640fe83 100644
|
| --- a/src/core/SkImageFilter.cpp
|
| +++ b/src/core/SkImageFilter.cpp
|
| @@ -464,7 +464,8 @@ bool SkImageFilter::getInputResultGPU(SkImageFilter::Proxy* proxy,
|
| if (kUnknown_SkColorType == info.colorType()) {
|
| return false;
|
| }
|
| - SkAutoTUnref<GrTexture> resultTex(GrRefCachedBitmapTexture(context, *result, nullptr));
|
| + SkAutoTUnref<GrTexture> resultTex(
|
| + GrRefCachedBitmapTexture(context, *result,GrTextureParams::ClampNoFilter()));
|
| result->setPixelRef(new SkGrPixelRef(info, resultTex))->unref();
|
| }
|
| return true;
|
|
|