| Index: src/gpu/GrDrawTarget.h | 
| diff --git a/src/gpu/GrDrawTarget.h b/src/gpu/GrDrawTarget.h | 
| index 6ab34ab75a74da3ed074b830de2b7efcfecf7f46..14c7ae96f0cbe0e3b54c9e499429c541fa20225e 100644 | 
| --- a/src/gpu/GrDrawTarget.h | 
| +++ b/src/gpu/GrDrawTarget.h | 
| @@ -243,10 +243,6 @@ private: | 
|  | 
| virtual void onFlush() = 0; | 
|  | 
| -    virtual void onDrawPath(const GrPathProcessor*, | 
| -                            const GrPath*, | 
| -                            const GrStencilSettings&, | 
| -                            const PipelineInfo&) = 0; | 
| virtual void onDrawPaths(const GrPathProcessor*, | 
| const GrPathRange*, | 
| const void* indices, | 
|  |