commit | 422e81aeb1f4078367c85efe591c7df8c33874ec | [log] [tgz] |
---|---|---|
author | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Thu Oct 25 14:11:03 2012 +0000 |
committer | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Thu Oct 25 14:11:03 2012 +0000 |
tree | cd9fa07274d6b4b43aa9d563fee611cde61c26b3 | |
parent | 2ad1d6189fa2bee8aef7e2625b49ab425fbb9b4a [diff] [blame] |
GrGLProgramStage Renaming Part 3 s/GLProgramStage/GLEffect minor whitespace/spelling fixup R=robertphillips@google.com Review URL: https://codereview.appspot.com/6767054 git-svn-id: http://skia.googlecode.com/svn/trunk@6095 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/src/gpu/effects/GrTextureDomainEffect.h b/src/gpu/effects/GrTextureDomainEffect.h index e045ab1..520e90f 100644 --- a/src/gpu/effects/GrTextureDomainEffect.h +++ b/src/gpu/effects/GrTextureDomainEffect.h
@@ -28,7 +28,7 @@ static const char* Name() { return "TextureDomain"; } - typedef GrGLTextureDomainEffect GLProgramStage; + typedef GrGLTextureDomainEffect GLEffect; virtual const GrProgramStageFactory& getFactory() const SK_OVERRIDE; virtual bool isEqual(const GrEffect&) const SK_OVERRIDE;