| Index: include/core/SkImageFilter.h
|
| diff --git a/include/core/SkImageFilter.h b/include/core/SkImageFilter.h
|
| index d90df29c8bfeaabfba887417c17b6e7f8447e83b..a2b0bedde25a425bb5abfe4031a468f211f332db 100644
|
| --- a/include/core/SkImageFilter.h
|
| +++ b/include/core/SkImageFilter.h
|
| @@ -16,6 +16,7 @@
|
| #include "SkSurfaceProps.h"
|
|
|
| class GrFragmentProcessor;
|
| +class GrRenderTarget;
|
| class GrTexture;
|
| class SkBaseDevice;
|
| class SkBitmap;
|
| @@ -408,7 +409,7 @@ protected:
|
| * so returning "true" indicates support for all possible matrices.
|
| */
|
| virtual bool asFragmentProcessor(GrFragmentProcessor**, GrTexture*, const SkMatrix&,
|
| - const SkIRect& bounds) const;
|
| + const SkIRect& bounds, GrRenderTarget* dst) const;
|
|
|
| /**
|
| * Returns true if this filter can cause transparent black pixels to become
|
|
|