| Index: src/effects/SkRectShaderImageFilter.cpp
|
| diff --git a/src/effects/SkRectShaderImageFilter.cpp b/src/effects/SkRectShaderImageFilter.cpp
|
| index 272a4af2b96f151131acf1a42cd5f4c1c69be2aa..18e38470bc9ba3f5e907ae8e3fcade472f0a1c9d 100644
|
| --- a/src/effects/SkRectShaderImageFilter.cpp
|
| +++ b/src/effects/SkRectShaderImageFilter.cpp
|
| @@ -54,7 +54,7 @@ bool SkRectShaderImageFilter::onFilterImage(Proxy* proxy,
|
| const SkBitmap& source,
|
| const SkMatrix& ctm,
|
| SkBitmap* result,
|
| - SkIPoint* offset) {
|
| + SkIPoint* offset) const {
|
| SkIRect bounds;
|
| source.getBounds(&bounds);
|
| if (!this->applyCropRect(&bounds, ctm)) {
|
|
|