Index: include/gpu/effects/GrCustomXfermode.h |
diff --git a/include/gpu/effects/GrCustomXfermode.h b/include/gpu/effects/GrCustomXfermode.h |
index bcbd5833ca8741a02295b9ab0e0f83f6d3178bd2..8b5bfd7447be0795899aec272ddc9888991220d0 100644 |
--- a/include/gpu/effects/GrCustomXfermode.h |
+++ b/include/gpu/effects/GrCustomXfermode.h |
@@ -17,7 +17,11 @@ class GrTexture; |
* coefficients. |
*/ |
namespace GrCustomXfermode { |
- bool IsSupportedMode(SkXfermode::Mode mode); |
+ bool IsSupportedMode(SkXfermode::Mode mode); |
+ |
+ GrFragmentProcessor* CreateFP(SkXfermode::Mode mode, |
+ GrTexture* background, GrRenderTarget* dst); |
+ |
GrXPFactory* CreateXPFactory(SkXfermode::Mode mode); |
}; |