| Index: src/utils/SkGatherPixelRefsAndRects.h
|
| diff --git a/src/utils/SkGatherPixelRefsAndRects.h b/src/utils/SkGatherPixelRefsAndRects.h
|
| index 75d096918e3d9044a2b0d18757abf951a3d392e7..a6ff16daf370fb1f09b53fd0bd6aaffa32c0ec5f 100644
|
| --- a/src/utils/SkGatherPixelRefsAndRects.h
|
| +++ b/src/utils/SkGatherPixelRefsAndRects.h
|
| @@ -307,7 +307,7 @@ protected:
|
| virtual void unlockPixels() SK_OVERRIDE { NothingToDo(); }
|
| virtual bool allowImageFilter(const SkImageFilter*) SK_OVERRIDE { return false; }
|
| virtual bool canHandleImageFilter(const SkImageFilter*) SK_OVERRIDE { return false; }
|
| - virtual bool filterImage(const SkImageFilter*, const SkBitmap&, const SkMatrix&,
|
| + virtual bool filterImage(const SkImageFilter*, const SkBitmap&, const SkImageFilter::Context&,
|
| SkBitmap* result, SkIPoint* offset) SK_OVERRIDE {
|
| return false;
|
| }
|
|
|