| Index: include/gpu/effects/GrPorterDuffXferProcessor.h
 | 
| diff --git a/include/gpu/effects/GrPorterDuffXferProcessor.h b/include/gpu/effects/GrPorterDuffXferProcessor.h
 | 
| index a26a89293ed797aa11c877046d851fa9e58bae5b..d297e3290854c01e1d963df5c5f9f1b68fc4ac19 100644
 | 
| --- a/include/gpu/effects/GrPorterDuffXferProcessor.h
 | 
| +++ b/include/gpu/effects/GrPorterDuffXferProcessor.h
 | 
| @@ -18,7 +18,9 @@ class GrPorterDuffXPFactory : public GrXPFactory {
 | 
|  public:
 | 
|      static GrXPFactory* Create(SkXfermode::Mode mode); 
 | 
|  
 | 
| -    bool supportsRGBCoverage(GrColor knownColor, uint32_t knownColorFlags) const override;
 | 
| +    bool supportsRGBCoverage(GrColor /*knownColor*/, uint32_t /*knownColorFlags*/) const override {
 | 
| +        return true;
 | 
| +    }
 | 
|  
 | 
|      void getInvariantBlendedColor(const GrProcOptInfo& colorPOI,
 | 
|                                    GrXPFactory::InvariantBlendedColor*) const override;
 | 
| 
 |