| Index: include/core/SkMaskFilter.h
|
| diff --git a/include/core/SkMaskFilter.h b/include/core/SkMaskFilter.h
|
| index 1fe1d9adafc29a731ff12db139a28cb03749afe0..25a13247ccde2c9c34b59af76871dbdbee013a5f 100644
|
| --- a/include/core/SkMaskFilter.h
|
| +++ b/include/core/SkMaskFilter.h
|
| @@ -74,7 +74,7 @@ public:
|
| * If effect is non-NULL, a new GrProcessor instance is stored in it. The caller assumes
|
| * ownership of the effect and must unref it.
|
| */
|
| - virtual bool asFragmentProcessor(GrFragmentProcessor**, GrTexture*, const SkMatrix& ctm) const;
|
| + virtual bool asFragmentProcessor(GrFragmentProcessor**, GrTexture*, const SkMatrix& ctm, GrRenderTarget* dst) const;
|
|
|
| /**
|
| * If asFragmentProcessor() fails the filter may be implemented on the GPU by a subclass
|
|
|