| Index: src/effects/SkGpuBlurUtils.cpp
|
| diff --git a/src/effects/SkGpuBlurUtils.cpp b/src/effects/SkGpuBlurUtils.cpp
|
| index 23128e0ccabb83ecac6df0d3ed6844a0ebda2e3d..8c2e1ce433a5c53f616ad07074932911cbb38807 100644
|
| --- a/src/effects/SkGpuBlurUtils.cpp
|
| +++ b/src/effects/SkGpuBlurUtils.cpp
|
| @@ -207,7 +207,7 @@ GrTexture* GaussianBlur(GrContext* context,
|
| matrix.mapRect(&domain, rect);
|
| domain.inset(i < scaleFactorX ? SK_ScalarHalf / srcTexture->width() : 0.0f,
|
| i < scaleFactorY ? SK_ScalarHalf / srcTexture->height() : 0.0f);
|
| - SkAutoTUnref<GrFragmentProcessor> fp(GrTextureDomainEffect::Create(
|
| + SkAutoTUnref<GrFragmentProcessor> fp( GrTextureDomainEffect::Create(
|
| srcTexture,
|
| matrix,
|
| domain,
|
|
|