aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/effects/SkColorMatrixFilter.cpp
diff options
context:
space:
mode:
authorGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-10-24 20:11:30 +0000
committerGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-10-24 20:11:30 +0000
commit8ea78d83dc4e8243c16eedf8100a3987c54123fa (patch)
tree9ba446bd394cbd266cc01c099ee8725603069d6d /src/effects/SkColorMatrixFilter.cpp
parentf271cc7183fe48ac64d2d9a454eb013c91b42d53 (diff)
GrCustomStage Renaming Part 4
Rename a bunch of things found by searching for "custom". Review URL: https://codereview.appspot.com/6765048 git-svn-id: http://skia.googlecode.com/svn/trunk@6085 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'src/effects/SkColorMatrixFilter.cpp')
-rw-r--r--src/effects/SkColorMatrixFilter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/effects/SkColorMatrixFilter.cpp b/src/effects/SkColorMatrixFilter.cpp
index cd7f1551fa..be766f2a0f 100644
--- a/src/effects/SkColorMatrixFilter.cpp
+++ b/src/effects/SkColorMatrixFilter.cpp
@@ -424,7 +424,7 @@ GrEffect* ColorMatrixEffect::TestCreate(SkRandom* random,
return SkNEW_ARGS(ColorMatrixEffect, (colorMatrix));
}
-GrEffect* SkColorMatrixFilter::asNewCustomStage(GrContext*) const {
+GrEffect* SkColorMatrixFilter::asNewEffect(GrContext*) const {
return SkNEW_ARGS(ColorMatrixEffect, (fMatrix));
}