| Index: src/gpu/effects/GrConvolutionEffect.h
 | 
| diff --git a/src/gpu/effects/GrConvolutionEffect.h b/src/gpu/effects/GrConvolutionEffect.h
 | 
| index fa6329aa508dbdfa8431bae9b309f0ad525aa16e..b885f190217535f8bad44f85ea9ed5d38ea0900e 100644
 | 
| --- a/src/gpu/effects/GrConvolutionEffect.h
 | 
| +++ b/src/gpu/effects/GrConvolutionEffect.h
 | 
| @@ -59,7 +59,7 @@ public:
 | 
|  
 | 
|      const char* name() const override { return "Convolution"; }
 | 
|  
 | 
| -    void getGLProcessorKey(const GrGLCaps&, GrProcessorKeyBuilder*) const override;
 | 
| +    void getGLProcessorKey(const GrGLSLCaps&, GrProcessorKeyBuilder*) const override;
 | 
|  
 | 
|      GrGLFragmentProcessor* createGLInstance() const override;
 | 
|  
 | 
| 
 |