GrGLProgramStage Renaming Part 2
s/GrGLLegacyProgramStage/GrGLLegacyEffect
Review URL: https://codereview.appspot.com/6761056
git-svn-id: http://skia.googlecode.com/svn/trunk@6091 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/src/gpu/effects/GrTextureDomainEffect.cpp b/src/gpu/effects/GrTextureDomainEffect.cpp
index ca54794..c7a9eb2 100644
--- a/src/gpu/effects/GrTextureDomainEffect.cpp
+++ b/src/gpu/effects/GrTextureDomainEffect.cpp
@@ -9,7 +9,7 @@
#include "gl/GrGLEffect.h"
#include "GrProgramStageFactory.h"
-class GrGLTextureDomainEffect : public GrGLLegacyProgramStage {
+class GrGLTextureDomainEffect : public GrGLLegacyEffect {
public:
GrGLTextureDomainEffect(const GrProgramStageFactory&, const GrEffect&);
@@ -28,7 +28,7 @@
private:
GrGLUniformManager::UniformHandle fNameUni;
- typedef GrGLLegacyProgramStage INHERITED;
+ typedef GrGLLegacyEffect INHERITED;
};
GrGLTextureDomainEffect::GrGLTextureDomainEffect(const GrProgramStageFactory& factory,