| Index: include/effects/SkDisplacementMapEffect.h
|
| diff --git a/include/effects/SkDisplacementMapEffect.h b/include/effects/SkDisplacementMapEffect.h
|
| index 5efbf50e444768833e4c3adbfab6e7bf431e939b..ed9d15b15a226fa59fe276c362b3cebcfaa680a5 100644
|
| --- a/include/effects/SkDisplacementMapEffect.h
|
| +++ b/include/effects/SkDisplacementMapEffect.h
|
| @@ -38,8 +38,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:
|
|
|