| Index: src/utils/SkGatherPixelRefsAndRects.h
|
| diff --git a/src/utils/SkGatherPixelRefsAndRects.h b/src/utils/SkGatherPixelRefsAndRects.h
|
| index 795378f3e52bf9ecb76bbcb41f063004ffe00ad0..51595259399dee09722723918d52f89755efa6bb 100644
|
| --- a/src/utils/SkGatherPixelRefsAndRects.h
|
| +++ b/src/utils/SkGatherPixelRefsAndRects.h
|
| @@ -299,9 +299,9 @@ protected:
|
| }
|
| virtual void lockPixels() SK_OVERRIDE { NothingToDo(); }
|
| virtual void unlockPixels() SK_OVERRIDE { NothingToDo(); }
|
| - virtual bool allowImageFilter(SkImageFilter*) SK_OVERRIDE { return false; }
|
| - virtual bool canHandleImageFilter(SkImageFilter*) SK_OVERRIDE { return false; }
|
| - virtual bool filterImage(SkImageFilter*, const SkBitmap&, const SkMatrix&,
|
| + 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&,
|
| SkBitmap* result, SkIPoint* offset) SK_OVERRIDE {
|
| return false;
|
| }
|
|
|