| Index: src/core/SkDevice.cpp
|
| diff --git a/src/core/SkDevice.cpp b/src/core/SkDevice.cpp
|
| index cc2f318713716d644f8637d7a99e03b81e69c007..8ff5827adae8ce19910c6067b4a62a66ccd42735 100644
|
| --- a/src/core/SkDevice.cpp
|
| +++ b/src/core/SkDevice.cpp
|
| @@ -418,8 +418,7 @@ void SkBaseDevice::drawBitmapAsSprite(const SkDraw& draw, const SkBitmap& bitmap
|
| const SkIRect clipBounds = draw.fClip->getBounds().makeOffset(-x, -y);
|
| #endif
|
| SkAutoTUnref<SkImageFilter::Cache> cache(this->getImageFilterCache());
|
| - SkImageFilter::Context ctx(matrix, clipBounds, cache.get(),
|
| - SkImageFilter::kApprox_SizeConstraint);
|
| + SkImageFilter::Context ctx(matrix, clipBounds, cache.get());
|
| if (filter->filterImage(&proxy, bitmap, ctx, &dst, &offset)) {
|
| SkPaint tmpUnfiltered(paint);
|
| tmpUnfiltered.setImageFilter(nullptr);
|
|
|