aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu/effects/GrCustomXfermode.h
diff options
context:
space:
mode:
authorGravatar joshualitt <joshualitt@chromium.org>2015-07-09 06:28:14 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-07-09 06:28:14 -0700
commit9cc1775e7230579ad15345bdcb59fa517c17f870 (patch)
tree9e555bccd9ec1161fe61f33d44ae77bba7ef6544 /include/gpu/effects/GrCustomXfermode.h
parent426388eeb7fd5cb9226fb1d2067c04f3aba8d094 (diff)
rename GrShaderDataManager -> GrProcessorDataManager
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 31c66d5f43..557397077e 100644
--- a/include/gpu/effects/GrCustomXfermode.h
+++ b/include/gpu/effects/GrCustomXfermode.h
@@ -22,7 +22,7 @@ class GrTexture;
namespace GrCustomXfermode {
bool IsSupportedMode(SkXfermode::Mode mode);
- GrFragmentProcessor* CreateFP(GrShaderDataManager*, SkXfermode::Mode mode,
+ GrFragmentProcessor* CreateFP(GrProcessorDataManager*, SkXfermode::Mode mode,
GrTexture* background);
GrXPFactory* CreateXPFactory(SkXfermode::Mode mode);