| Index: src/gpu/SkGpuDevice.cpp
|
| diff --git a/src/gpu/SkGpuDevice.cpp b/src/gpu/SkGpuDevice.cpp
|
| index fceacfc913249e574742407ef497e4592f3685fc..3bf7d7cfe8a9e4639ea2ce762e5015420fa4b737 100644
|
| --- a/src/gpu/SkGpuDevice.cpp
|
| +++ b/src/gpu/SkGpuDevice.cpp
|
| @@ -682,7 +682,8 @@ void SkGpuDevice::drawPath(const SkDraw& draw, const SkPath& origSrcPath,
|
| GrBlurUtils::drawPathWithMaskFilter(fContext, fDrawContext, fRenderTarget,
|
| fClip, origSrcPath, paint,
|
| *draw.fMatrix, prePathMatrix,
|
| - draw.fClip->getBounds(), pathIsMutable);
|
| + draw.fClip->getBounds(), pathIsMutable,
|
| + GrTextureProvider::kApprox_SizeConstraint);
|
| }
|
|
|
| static const int kBmpSmallTileSize = 1 << 10;
|
|
|