commit | f271cc7183fe48ac64d2d9a454eb013c91b42d53 | [log] [tgz] |
---|---|---|
author | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Wed Oct 24 19:35:13 2012 +0000 |
committer | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Wed Oct 24 19:35:13 2012 +0000 |
tree | cbdf23b6cba13a618543534cec01d8b1967bb477 | |
parent | 63f1127a70428dca12141c0ad12e1103ae8db35f [diff] [blame] |
GrCustomStage Renaming Part 3 Rename all things *CUSTOM_STAGE*, customStage*, and other miscellany R=robertphillips@google.com Review URL: https://codereview.appspot.com/6769048 git-svn-id: http://skia.googlecode.com/svn/trunk@6081 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/src/gpu/effects/GrTextureDomainEffect.cpp b/src/gpu/effects/GrTextureDomainEffect.cpp index 1319814..fb0bcff 100644 --- a/src/gpu/effects/GrTextureDomainEffect.cpp +++ b/src/gpu/effects/GrTextureDomainEffect.cpp
@@ -112,7 +112,7 @@ /////////////////////////////////////////////////////////////////////////////// -GR_DEFINE_CUSTOM_STAGE_TEST(GrTextureDomainEffect); +GR_DEFINE_EFFECT_TEST(GrTextureDomainEffect); GrEffect* GrTextureDomainEffect::TestCreate(SkRandom* random, GrContext* context,