| Index: src/gpu/GrPathProcessor.h
 | 
| diff --git a/src/gpu/GrPathProcessor.h b/src/gpu/GrPathProcessor.h
 | 
| index fdd849875f6daed4e77a70e779bc5f287b396d58..831770cc9bd9abb2bf7d1c143e63ee8da757e0d6 100644
 | 
| --- a/src/gpu/GrPathProcessor.h
 | 
| +++ b/src/gpu/GrPathProcessor.h
 | 
| @@ -40,8 +40,6 @@ public:
 | 
|  
 | 
|      const GrXPOverridesForBatch& overrides() const { return fOverrides; }
 | 
|  
 | 
| -    virtual bool isPathRendering() const override { return true; }
 | 
| -
 | 
|  private:
 | 
|      GrPathProcessor(GrColor color, const GrXPOverridesForBatch& overrides,
 | 
|                      const SkMatrix& viewMatrix, const SkMatrix& localMatrix);
 | 
| 
 |