aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkXfermode.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/core/SkXfermode.h')
-rw-r--r--include/core/SkXfermode.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/core/SkXfermode.h b/include/core/SkXfermode.h
index f4df226950..0cc430e3e1 100644
--- a/include/core/SkXfermode.h
+++ b/include/core/SkXfermode.h
@@ -13,7 +13,6 @@
#include "SkFlattenable.h"
#include "SkColor.h"
-class GrContext;
class GrEffectRef;
class GrTexture;
class SkString;
@@ -204,8 +203,7 @@ public:
access to destination color (setWillReadDstColor()), and use that in the fragment shader
(builder->dstColor()).
*/
- virtual bool asNewEffectOrCoeff(GrContext*,
- GrEffectRef** effect,
+ virtual bool asNewEffectOrCoeff(GrEffectRef** effect,
Coeff* src,
Coeff* dst,
GrTexture* background = NULL) const;
@@ -215,7 +213,6 @@ public:
* is NULL, and if so, treats it as kSrcOver_Mode.
*/
static bool AsNewEffectOrCoeff(SkXfermode*,
- GrContext*,
GrEffectRef** effect,
Coeff* src,
Coeff* dst,