Index: include/core/SkImageFilter.h |
diff --git a/include/core/SkImageFilter.h b/include/core/SkImageFilter.h |
index 54de2881d561f10fa0642bcae2d91b7d66f80713..78eb9aed2ad4ea4b40da001e1ac47a92d1244776 100644 |
--- a/include/core/SkImageFilter.h |
+++ b/include/core/SkImageFilter.h |
@@ -114,7 +114,8 @@ public: |
* relative to the src when it is drawn. The default implementation does |
* single-pass processing using asNewEffect(). |
*/ |
- virtual bool filterImageGPU(Proxy*, const SkBitmap& src, SkBitmap* result, SkIPoint* offset); |
+ virtual bool filterImageGPU(Proxy*, const SkBitmap& src, const SkMatrix& ctm, |
+ SkBitmap* result, SkIPoint* offset); |
/** |
* Returns whether this image filter is a color filter and puts the color filter into the |