Index: src/core/SkPaint.cpp |
diff --git a/src/core/SkPaint.cpp b/src/core/SkPaint.cpp |
index 331f7794bfe127b4a7b3641f6e81cc22857a4588..0389b08507a1386c2214c34b9eb02f1264418742 100644 |
--- a/src/core/SkPaint.cpp |
+++ b/src/core/SkPaint.cpp |
@@ -2040,7 +2040,7 @@ const SkRect& SkPaint::doComputeFastBounds(const SkRect& origSrc, |
} |
if (this->getImageFilter()) { |
- this->getImageFilter()->computeFastBounds(*storage, storage); |
+ *storage = this->getImageFilter()->computeFastBounds(*storage); |
} |
return *storage; |