| Index: gm/imagefiltersgraph.cpp
|
| diff --git a/gm/imagefiltersgraph.cpp b/gm/imagefiltersgraph.cpp
|
| index 40b673cb42cf86de46b023e3df676c2a20a655fe..6d5105e3049452ec94e7a049ad895c20f2fb1be6 100644
|
| --- a/gm/imagefiltersgraph.cpp
|
| +++ b/gm/imagefiltersgraph.cpp
|
| @@ -29,7 +29,7 @@ public:
|
| : SkImageFilter(input), fDX(dx), fDY(dy) {}
|
|
|
| virtual bool onFilterImage(Proxy* proxy, const SkBitmap& src, const SkMatrix& ctm,
|
| - SkBitmap* dst, SkIPoint* offset) SK_OVERRIDE {
|
| + SkBitmap* dst, SkIPoint* offset) const SK_OVERRIDE {
|
| SkBitmap source = src;
|
| SkImageFilter* input = getInput(0);
|
| SkIPoint srcOffset = SkIPoint::Make(0, 0);
|
|
|