| Index: src/core/SkMatrixImageFilter.cpp
|
| diff --git a/src/core/SkMatrixImageFilter.cpp b/src/core/SkMatrixImageFilter.cpp
|
| index 4138ccf67759f5704a5e9f43df964419a617980f..dd9e79f2ccfa39a26951ae3f6f505d9d320b20e1 100644
|
| --- a/src/core/SkMatrixImageFilter.cpp
|
| +++ b/src/core/SkMatrixImageFilter.cpp
|
| @@ -97,9 +97,6 @@ void SkMatrixImageFilter::computeFastBounds(const SkRect& src, SkRect* dst) cons
|
| getInput(0)->computeFastBounds(src, &bounds);
|
| }
|
| fTransform.mapRect(dst, bounds);
|
| -#ifdef SK_SUPPORT_SRC_BOUNDS_BLOAT_FOR_IMAGEFILTERS
|
| - dst->join(bounds); // Work around for skia:3194
|
| -#endif
|
| }
|
|
|
| void SkMatrixImageFilter::onFilterNodeBounds(const SkIRect& src, const SkMatrix& ctm,
|
|
|