| Index: src/gpu/effects/GrSimpleTextureEffect.h
|
| diff --git a/src/gpu/effects/GrSimpleTextureEffect.h b/src/gpu/effects/GrSimpleTextureEffect.h
|
| index 21d0398a73858652707ee3128c970aae68a8f4c0..79e660f0a3e3c5817cc9ef773e5d369d0485f06a 100644
|
| --- a/src/gpu/effects/GrSimpleTextureEffect.h
|
| +++ b/src/gpu/effects/GrSimpleTextureEffect.h
|
| @@ -49,7 +49,7 @@ public:
|
|
|
| const char* name() const override { return "SimpleTexture"; }
|
|
|
| - void getGLProcessorKey(const GrGLCaps&, GrProcessorKeyBuilder*) const override;
|
| + void getGLProcessorKey(const GrGLSLCaps&, GrProcessorKeyBuilder*) const override;
|
|
|
| GrGLFragmentProcessor* createGLInstance() const override;
|
|
|
|
|