Index: src/effects/SkBitmapSource.cpp |
diff --git a/src/effects/SkBitmapSource.cpp b/src/effects/SkBitmapSource.cpp |
index f318c91a73d890602bb63f448d8b15ec57e4530c..ec4fcd16fbf57de6b4c9bc2d63c2fa65f182408d 100644 |
--- a/src/effects/SkBitmapSource.cpp |
+++ b/src/effects/SkBitmapSource.cpp |
@@ -43,7 +43,7 @@ void SkBitmapSource::flatten(SkWriteBuffer& buffer) const { |
} |
bool SkBitmapSource::onFilterImage(Proxy* proxy, const SkBitmap&, const SkMatrix& matrix, |
- SkBitmap* result, SkIPoint* offset) { |
+ SkBitmap* result, SkIPoint* offset) const { |
SkRect bounds, dstRect; |
fBitmap.getBounds(&bounds); |
matrix.mapRect(&dstRect, fDstRect); |