| Index: src/gpu/GrPathProcessor.h | 
| diff --git a/src/gpu/GrPathProcessor.h b/src/gpu/GrPathProcessor.h | 
| index 57c5a8ba127c3f961ec5d3cb739222f260aa2b1c..2a101107f258e22d1c7eb92577453f883644cd9b 100644 | 
| --- a/src/gpu/GrPathProcessor.h | 
| +++ b/src/gpu/GrPathProcessor.h | 
| @@ -31,9 +31,9 @@ public: | 
|  | 
| void initBatchTracker(GrBatchTracker*, const GrPipelineOptimizations&) const override; | 
|  | 
| -    bool canMakeEqual(const GrBatchTracker& mine, | 
| -                      const GrPrimitiveProcessor& that, | 
| -                      const GrBatchTracker& theirs) const override; | 
| +    bool isEqual(const GrBatchTracker& mine, | 
| +                 const GrPrimitiveProcessor& that, | 
| +                 const GrBatchTracker& theirs) const; | 
|  | 
| const char* name() const override { return "PathProcessor"; } | 
|  | 
|  |