| Index: src/gpu/SkGpuDevice_drawTexture.cpp
|
| diff --git a/src/gpu/SkGpuDevice_drawTexture.cpp b/src/gpu/SkGpuDevice_drawTexture.cpp
|
| index 443bcf102b2d783ceb594d3556976388f9d101cc..0b1d3f1f08af81010827de44d4486471169214fa 100644
|
| --- a/src/gpu/SkGpuDevice_drawTexture.cpp
|
| +++ b/src/gpu/SkGpuDevice_drawTexture.cpp
|
| @@ -234,7 +234,7 @@ void SkGpuDevice::drawTextureProducerImpl(GrTextureProducer* producer,
|
| SkPath rectPath;
|
| rectPath.addRect(clippedDstRect);
|
| rectPath.setIsVolatile(true);
|
| - GrBlurUtils::drawPathWithMaskFilter(this->context(), fDrawContext, fRenderTarget, fClip,
|
| + GrBlurUtils::drawPathWithMaskFilter(this->context(), fDrawContext, fClip,
|
| rectPath, &grPaint, viewMatrix, mf, paint.getPathEffect(),
|
| GrStrokeInfo::FillInfo(), true);
|
| }
|
|
|