diff options
Diffstat (limited to 'src/gpu/effects/GrTextureDomainEffect.cpp')
-rw-r--r-- | src/gpu/effects/GrTextureDomainEffect.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gpu/effects/GrTextureDomainEffect.cpp b/src/gpu/effects/GrTextureDomainEffect.cpp index ca54794936..c7a9eb215c 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 @@ public: private: GrGLUniformManager::UniformHandle fNameUni; - typedef GrGLLegacyProgramStage INHERITED; + typedef GrGLLegacyEffect INHERITED; }; GrGLTextureDomainEffect::GrGLTextureDomainEffect(const GrProgramStageFactory& factory, |