| Index: include/core/SkXfermode.h
|
| diff --git a/include/core/SkXfermode.h b/include/core/SkXfermode.h
|
| index cb9557f92c28dec7dd05ac3d3f8b70ef7e4c74e0..34811463952f69c2590aa696d8a0ecb491346824 100644
|
| --- a/include/core/SkXfermode.h
|
| +++ b/include/core/SkXfermode.h
|
| @@ -14,6 +14,7 @@
|
| #include "SkColor.h"
|
|
|
| class GrFragmentProcessor;
|
| +class GrRenderTarget;
|
| class GrTexture;
|
| class GrXPFactory;
|
| class SkString;
|
| @@ -201,7 +202,8 @@ public:
|
| the output of the blend is simply the src color.
|
| */
|
| virtual bool asFragmentProcessor(const GrFragmentProcessor** output,
|
| - const GrFragmentProcessor* dst) const;
|
| + const GrFragmentProcessor* dst,
|
| + GrRenderTarget* dstRT) const;
|
|
|
| /** A subclass may implement this factory function to work with the GPU backend. It is legal
|
| to call this with xpf NULL to simply test the return value. If xpf is non-NULL then the
|
|
|