Index: src/effects/SkGpuBlurUtils.cpp |
diff --git a/src/effects/SkGpuBlurUtils.cpp b/src/effects/SkGpuBlurUtils.cpp |
index 0ebbfe45bede645e75bec1de4aea7022776084fb..276fb6c1028d67d02d4c2aa7687c9e6aec03d394 100644 |
--- a/src/effects/SkGpuBlurUtils.cpp |
+++ b/src/effects/SkGpuBlurUtils.cpp |
@@ -208,7 +208,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<const GrFragmentProcessor> fp(GrTextureDomainEffect::Create( |
srcTexture, |
matrix, |
domain, |