From aa60093d0031731573b34c5529bb194f7c4c7dd0 Mon Sep 17 00:00:00 2001 From: "bsalomon@google.com" Date: Thu, 25 Oct 2012 13:29:20 +0000 Subject: 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 --- src/gpu/gl/GrGLEffect.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gpu/gl/GrGLEffect.h') diff --git a/src/gpu/gl/GrGLEffect.h b/src/gpu/gl/GrGLEffect.h index 32adcdd37d..06dfad7148 100644 --- a/src/gpu/gl/GrGLEffect.h +++ b/src/gpu/gl/GrGLEffect.h @@ -93,9 +93,9 @@ protected: * to continue to work by change their parent class to this class. New program stages should not use * this interface. It will be removed once older stages are modified to implement emitCode(). */ -class GrGLLegacyProgramStage : public GrGLEffect { +class GrGLLegacyEffect : public GrGLEffect { public: - GrGLLegacyProgramStage(const GrProgramStageFactory& factory) : GrGLEffect(factory) {} + GrGLLegacyEffect(const GrProgramStageFactory& factory) : GrGLEffect(factory) {} virtual void setupVariables(GrGLShaderBuilder* builder) {}; virtual void emitVS(GrGLShaderBuilder* builder, -- cgit v1.2.3