Index: include/effects/SkMagnifierImageFilter.h |
diff --git a/include/effects/SkMagnifierImageFilter.h b/include/effects/SkMagnifierImageFilter.h |
index 9ce349d11eaea0a7f068055b7b1fe171039a0676..b5a79fa14f638c412b9c21373b0be9ac4862a8b3 100644 |
--- a/include/effects/SkMagnifierImageFilter.h |
+++ b/include/effects/SkMagnifierImageFilter.h |
@@ -25,7 +25,7 @@ protected: |
virtual bool onFilterImage(Proxy*, const SkBitmap& src, const SkMatrix&, |
SkBitmap* result, SkIPoint* offset) SK_OVERRIDE; |
#if SK_SUPPORT_GPU |
- virtual bool asNewEffect(GrEffectRef** effect, GrTexture* texture, const SkMatrix& matrix) const SK_OVERRIDE; |
+ virtual bool asNewEffect(GrEffectRef** effect, GrTexture* texture, const SkMatrix& matrix, const SkIRect& bounds) const SK_OVERRIDE; |
#endif |
private: |