aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/effects/GrSingleTextureEffect.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/effects/GrSingleTextureEffect.cpp')
-rw-r--r--src/gpu/effects/GrSingleTextureEffect.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gpu/effects/GrSingleTextureEffect.cpp b/src/gpu/effects/GrSingleTextureEffect.cpp
index 715303098b..03a36f6aaf 100644
--- a/src/gpu/effects/GrSingleTextureEffect.cpp
+++ b/src/gpu/effects/GrSingleTextureEffect.cpp
@@ -12,7 +12,7 @@
#include "GrProgramStageFactory.h"
#include "GrTexture.h"
-class GrGLSingleTextureEffect : public GrGLLegacyProgramStage {
+class GrGLSingleTextureEffect : public GrGLLegacyEffect {
public:
GrGLSingleTextureEffect(const GrProgramStageFactory& factory, const GrEffect&)
: INHERITED (factory) {
@@ -33,7 +33,7 @@ public:
private:
- typedef GrGLLegacyProgramStage INHERITED;
+ typedef GrGLLegacyEffect INHERITED;
};
///////////////////////////////////////////////////////////////////////////////