Index: src/effects/SkColorFilterImageFilter.cpp |
diff --git a/src/effects/SkColorFilterImageFilter.cpp b/src/effects/SkColorFilterImageFilter.cpp |
index 9c2c54eb56a72a4a9fcea24e461e6d4f95103e63..16a36bb4c1b0e4b7659fd3884c878ad89d70c266 100755 |
--- a/src/effects/SkColorFilterImageFilter.cpp |
+++ b/src/effects/SkColorFilterImageFilter.cpp |
@@ -107,7 +107,7 @@ bool SkColorFilterImageFilter::onFilterImage(Proxy* proxy, const SkBitmap& sourc |
SkIRect bounds; |
src.getBounds(&bounds); |
- if (!this->applyCropRect(&bounds)) { |
+ if (!this->applyCropRect(&bounds, matrix)) { |
return false; |
} |