| Index: src/effects/SkArithmeticMode_gpu.h
 | 
| diff --git a/src/effects/SkArithmeticMode_gpu.h b/src/effects/SkArithmeticMode_gpu.h
 | 
| index 18530e9e947ce4592627e9dbcb3fb4684d0e91e5..d6b1f881dff4a839a02d80e81d11fff328307a1d 100644
 | 
| --- a/src/effects/SkArithmeticMode_gpu.h
 | 
| +++ b/src/effects/SkArithmeticMode_gpu.h
 | 
| @@ -92,9 +92,9 @@ private:
 | 
|                                             bool hasMixedSamples,
 | 
|                                             const DstTexture*) const override; 
 | 
|  
 | 
| -    bool onWillReadDstColor(const GrCaps& caps,
 | 
| -                            const GrPipelineOptimizations& optimizations,
 | 
| -                            bool hasMixedSamples) const override {
 | 
| +    bool willReadDstColor(const GrCaps& caps,
 | 
| +                          const GrPipelineOptimizations& optimizations,
 | 
| +                          bool hasMixedSamples) const override {
 | 
|          return true;
 | 
|      }
 | 
|  
 | 
| 
 |