| Index: include/gpu/SkGpuDevice.h
|
| diff --git a/include/gpu/SkGpuDevice.h b/include/gpu/SkGpuDevice.h
|
| index 94ca8d46d88f381a7605668534c58fbaad1d730e..f8ee7817bc6382bb40845241643a39e8074d7db3 100644
|
| --- a/include/gpu/SkGpuDevice.h
|
| +++ b/include/gpu/SkGpuDevice.h
|
| @@ -140,7 +140,8 @@ public:
|
| virtual void makeRenderTargetCurrent();
|
|
|
| virtual bool canHandleImageFilter(const SkImageFilter*) SK_OVERRIDE;
|
| - virtual bool filterImage(const SkImageFilter*, const SkBitmap&, const SkMatrix&,
|
| + virtual bool filterImage(const SkImageFilter*, const SkBitmap&,
|
| + const SkImageFilter::Context&,
|
| SkBitmap*, SkIPoint*) SK_OVERRIDE;
|
|
|
| class SkAutoCachedTexture; // used internally
|
|
|