commit | 396e61fe440590744345e0c56970b26ab464591d | [log] [tgz] |
---|---|---|
author | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Thu Oct 25 19:00:29 2012 +0000 |
committer | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Thu Oct 25 19:00:29 2012 +0000 |
tree | 5a1b9b376b5d911a97639cb8d57e42c93db37ae3 | |
parent | 08afc843c074429a9848d8d165e6b898e3e7d371 [diff] [blame] |
Rename GrProgramStageFactory to GrBackendEffectFactory. Review URL: https://codereview.appspot.com/6773044 git-svn-id: http://skia.googlecode.com/svn/trunk@6125 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/src/gpu/effects/GrSingleTextureEffect.h b/src/gpu/effects/GrSingleTextureEffect.h index 64066bf..346a6f4 100644 --- a/src/gpu/effects/GrSingleTextureEffect.h +++ b/src/gpu/effects/GrSingleTextureEffect.h
@@ -34,7 +34,7 @@ typedef GrGLSingleTextureEffect GLEffect; - virtual const GrProgramStageFactory& getFactory() const SK_OVERRIDE; + virtual const GrBackendEffectFactory& getFactory() const SK_OVERRIDE; private: GR_DECLARE_EFFECT_TEST;