| Index: src/effects/SkColorFilterImageFilter.cpp
 | 
| diff --git a/src/effects/SkColorFilterImageFilter.cpp b/src/effects/SkColorFilterImageFilter.cpp
 | 
| index da494bb29490c0426e7c74275271f3cab53c099e..1f92d1683d96847cc9a147f4b288909c779f5732 100755
 | 
| --- a/src/effects/SkColorFilterImageFilter.cpp
 | 
| +++ b/src/effects/SkColorFilterImageFilter.cpp
 | 
| @@ -101,7 +101,7 @@ SkColorFilterImageFilter::~SkColorFilterImageFilter() {
 | 
|  bool SkColorFilterImageFilter::onFilterImage(Proxy* proxy, const SkBitmap& source,
 | 
|                                               const SkMatrix& matrix,
 | 
|                                               SkBitmap* result,
 | 
| -                                             SkIPoint* offset) {
 | 
| +                                             SkIPoint* offset) const {
 | 
|      SkBitmap src = source;
 | 
|      SkIPoint srcOffset = SkIPoint::Make(0, 0);
 | 
|      if (getInput(0) && !getInput(0)->filterImage(proxy, source, matrix, &src, &srcOffset)) {
 | 
| 
 |