Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(814)

Unified Diff: include/core/SkXfermode.h

Issue 1225923010: Refugee from Dead Machine 4: MDB Monster Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Last update from dead machine Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « include/core/SkShader.h ('k') | include/effects/SkColorCubeFilter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « include/core/SkShader.h ('k') | include/effects/SkColorCubeFilter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698