| Index: include/core/SkXfermode.h
|
| diff --git a/include/core/SkXfermode.h b/include/core/SkXfermode.h
|
| index a438c5b4ca550144abc66fd30c5e1fcd67406a65..0880f1403c6397e99ad783e3b647552f94256cc0 100644
|
| --- a/include/core/SkXfermode.h
|
| +++ b/include/core/SkXfermode.h
|
| @@ -14,7 +14,6 @@
|
| #include "SkColor.h"
|
|
|
| class GrFragmentProcessor;
|
| -class GrProcessorDataManager;
|
| class GrTexture;
|
| class GrXPFactory;
|
| class SkString;
|
| @@ -201,7 +200,7 @@ public:
|
| It is legal for the function to succeed but return a null output. This indicates that
|
| the output of the blend is simply the src color.
|
| */
|
| - virtual bool asFragmentProcessor(const GrFragmentProcessor** output, GrProcessorDataManager*,
|
| + virtual bool asFragmentProcessor(const GrFragmentProcessor** output,
|
| const GrFragmentProcessor* dst) const;
|
|
|
| /** A subclass may implement this factory function to work with the GPU backend. It is legal
|
|
|