| Index: src/gpu/effects/GrConfigConversionEffect.h
 | 
| diff --git a/src/gpu/effects/GrConfigConversionEffect.h b/src/gpu/effects/GrConfigConversionEffect.h
 | 
| index 9be71f8277a30397ac45b7d136fc8ffbbee1ddf2..3b471666f2bd3c2704263b9f26059566c193d627 100644
 | 
| --- a/src/gpu/effects/GrConfigConversionEffect.h
 | 
| +++ b/src/gpu/effects/GrConfigConversionEffect.h
 | 
| @@ -39,7 +39,7 @@ public:
 | 
|  
 | 
|      const char* name() const override { return "Config Conversion"; }
 | 
|  
 | 
| -    void getGLProcessorKey(const GrGLCaps&, GrProcessorKeyBuilder*) const override;
 | 
| +    void getGLProcessorKey(const GrGLSLCaps&, GrProcessorKeyBuilder*) const override;
 | 
|  
 | 
|      GrGLFragmentProcessor* createGLInstance() const override;
 | 
|  
 | 
| 
 |