| Index: include/effects/SkXfermodeImageFilter.h
|
| diff --git a/include/effects/SkXfermodeImageFilter.h b/include/effects/SkXfermodeImageFilter.h
|
| index d13c4b2d2479396f2270f7d8604ba4f46f944107..89a277304ccc35fc363927dcee931248ca2eb8c7 100644
|
| --- a/include/effects/SkXfermodeImageFilter.h
|
| +++ b/include/effects/SkXfermodeImageFilter.h
|
| @@ -35,8 +35,8 @@ public:
|
| SkIPoint* offset) SK_OVERRIDE;
|
| #if SK_SUPPORT_GPU
|
| virtual bool canFilterImageGPU() const SK_OVERRIDE { return true; }
|
| - virtual bool filterImageGPU(Proxy* proxy, const SkBitmap& src, SkBitmap* result,
|
| - SkIPoint* offset) SK_OVERRIDE;
|
| + virtual bool filterImageGPU(Proxy* proxy, const SkBitmap& src, const SkMatrix& ctm,
|
| + SkBitmap* result, SkIPoint* offset) SK_OVERRIDE;
|
| #endif
|
|
|
| protected:
|
|
|