| Index: include/gpu/effects/GrConstColorProcessor.h
 | 
| diff --git a/include/gpu/effects/GrConstColorProcessor.h b/include/gpu/effects/GrConstColorProcessor.h
 | 
| index 27ee0dfd08c6ba34d65df35c769f646dc3b9f428..b68841a246179896a47d0b7fafb2803d974baa6c 100644
 | 
| --- a/include/gpu/effects/GrConstColorProcessor.h
 | 
| +++ b/include/gpu/effects/GrConstColorProcessor.h
 | 
| @@ -36,7 +36,7 @@ public:
 | 
|  
 | 
|      const char* name() const override { return "Color"; }
 | 
|  
 | 
| -    void getGLProcessorKey(const GrGLCaps&, GrProcessorKeyBuilder*) const override;
 | 
| +    void getGLProcessorKey(const GrGLSLCaps&, GrProcessorKeyBuilder*) const override;
 | 
|  
 | 
|      GrGLFragmentProcessor* createGLInstance() const override;
 | 
|  
 | 
| 
 |