diff options
Diffstat (limited to 'src/gpu/effects/GrSingleTextureEffect.h')
-rw-r--r-- | src/gpu/effects/GrSingleTextureEffect.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/effects/GrSingleTextureEffect.h b/src/gpu/effects/GrSingleTextureEffect.h index 64066bfaaa..346a6f48d8 100644 --- a/src/gpu/effects/GrSingleTextureEffect.h +++ b/src/gpu/effects/GrSingleTextureEffect.h @@ -34,7 +34,7 @@ public: typedef GrGLSingleTextureEffect GLEffect; - virtual const GrProgramStageFactory& getFactory() const SK_OVERRIDE; + virtual const GrBackendEffectFactory& getFactory() const SK_OVERRIDE; private: GR_DECLARE_EFFECT_TEST; |