| Index: src/effects/SkPictureImageFilter.cpp | 
| diff --git a/src/effects/SkPictureImageFilter.cpp b/src/effects/SkPictureImageFilter.cpp | 
| index 623be2b822137ddd95bf43cf2824a056e71587f2..8e0115c345576c069bdc9fc44c77b8df8608ae12 100644 | 
| --- a/src/effects/SkPictureImageFilter.cpp | 
| +++ b/src/effects/SkPictureImageFilter.cpp | 
| @@ -108,9 +108,9 @@ sk_sp<SkSpecialImage> SkPictureImageFilter::onFilterImage(SkSpecialImage* source | 
|  | 
| canvas->clear(0x0); | 
|  | 
| -    if (kDeviceSpace_PictureResolution == fPictureResolution || | 
| +    if (kDeviceSpace_PictureResolution == fPictureResolution || | 
| 0 == (ctx.ctm().getType() & ~SkMatrix::kTranslate_Mask)) { | 
| -        this->drawPictureAtDeviceResolution(canvas, bounds, ctx); | 
| +        this->drawPictureAtDeviceResolution(canvas, bounds, ctx); | 
| } else { | 
| this->drawPictureAtLocalResolution(source, canvas, bounds, ctx); | 
| } | 
|  |