aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu/effects/GrCustomXfermode.h
diff options
context:
space:
mode:
authorGravatar egdaniel <egdaniel@google.com>2015-11-20 14:01:07 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2015-11-20 14:01:07 -0800
commita7006d45217d128a94fa53cb4b827cca79bc7049 (patch)
treebc66f96e8ef988078ea8ee752006c9debaef32b2 /include/gpu/effects/GrCustomXfermode.h
parent8b78bd6d5b39fe8ef407c4b59b1be8421e58d665 (diff)
Make specialized SrcOver XPFactory
Diffstat (limited to 'include/gpu/effects/GrCustomXfermode.h')
-rw-r--r--include/gpu/effects/GrCustomXfermode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gpu/effects/GrCustomXfermode.h b/include/gpu/effects/GrCustomXfermode.h
index bcbd5833ca..7fe930822a 100644
--- a/include/gpu/effects/GrCustomXfermode.h
+++ b/include/gpu/effects/GrCustomXfermode.h
@@ -18,7 +18,7 @@ class GrTexture;
*/
namespace GrCustomXfermode {
bool IsSupportedMode(SkXfermode::Mode mode);
- GrXPFactory* CreateXPFactory(SkXfermode::Mode mode);
+ const GrXPFactory* CreateXPFactory(SkXfermode::Mode mode);
};
#endif