Index: include/core/SkBitmapDevice.h |
diff --git a/include/core/SkBitmapDevice.h b/include/core/SkBitmapDevice.h |
index 25c35cef59cf50065936fecaff1177fd9cb2f5f4..afbefc15f36417d91debe8667223c108cbadd4af 100644 |
--- a/include/core/SkBitmapDevice.h |
+++ b/include/core/SkBitmapDevice.h |
@@ -248,7 +248,7 @@ protected: |
* If the device does not recognize or support this filter, |
* it just returns false and leaves result and offset unchanged. |
*/ |
- virtual bool filterImage(const SkImageFilter*, const SkBitmap&, const SkMatrix&, |
+ virtual bool filterImage(const SkImageFilter*, const SkBitmap&, const SkImageFilter::Context&, |
SkBitmap* result, SkIPoint* offset) SK_OVERRIDE; |
private: |