| Index: src/effects/SkTileImageFilter.cpp
|
| diff --git a/src/effects/SkTileImageFilter.cpp b/src/effects/SkTileImageFilter.cpp
|
| index f0b7fda86974013e5b8648abcecfcfeb0270e9b3..f17e2eac93cc7f7bcd1aba92cb7b7c09d4348e6d 100644
|
| --- a/src/effects/SkTileImageFilter.cpp
|
| +++ b/src/effects/SkTileImageFilter.cpp
|
| @@ -17,7 +17,7 @@
|
| #include "SkValidationUtils.h"
|
|
|
| bool SkTileImageFilter::onFilterImage(Proxy* proxy, const SkBitmap& src, const SkMatrix& ctm,
|
| - SkBitmap* dst, SkIPoint* offset) {
|
| + SkBitmap* dst, SkIPoint* offset) const {
|
| SkBitmap source = src;
|
| SkImageFilter* input = getInput(0);
|
| SkIPoint srcOffset = SkIPoint::Make(0, 0);
|
|
|