From f271cc7183fe48ac64d2d9a454eb013c91b42d53 Mon Sep 17 00:00:00 2001 From: "bsalomon@google.com" Date: Wed, 24 Oct 2012 19:35:13 +0000 Subject: 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 --- src/gpu/effects/GrSingleTextureEffect.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gpu/effects/GrSingleTextureEffect.h') diff --git a/src/gpu/effects/GrSingleTextureEffect.h b/src/gpu/effects/GrSingleTextureEffect.h index 92ab92a275..230bf5be1b 100644 --- a/src/gpu/effects/GrSingleTextureEffect.h +++ b/src/gpu/effects/GrSingleTextureEffect.h @@ -37,7 +37,7 @@ public: virtual const GrProgramStageFactory& getFactory() const SK_OVERRIDE; private: - GR_DECLARE_CUSTOM_STAGE_TEST; + GR_DECLARE_EFFECT_TEST; GrTextureAccess fTextureAccess; -- cgit v1.2.3