Index: include/effects/SkBicubicImageFilter.h |
diff --git a/include/effects/SkBicubicImageFilter.h b/include/effects/SkBicubicImageFilter.h |
index 75cd27df7464715136d8ad133ac5e54b83b40b7a..bd918eb769d7740988680a67638063e0e81b5183 100644 |
--- a/include/effects/SkBicubicImageFilter.h |
+++ b/include/effects/SkBicubicImageFilter.h |
@@ -43,8 +43,8 @@ protected: |
#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 |
private: |