| Index: src/gpu/GrDrawContext.cpp
 | 
| diff --git a/src/gpu/GrDrawContext.cpp b/src/gpu/GrDrawContext.cpp
 | 
| index 7f5cdc78eddee347ff18d9b36b4a76e7e21dec67..10b9b63b420fbe883e35ab874f4d417ea8b84206 100644
 | 
| --- a/src/gpu/GrDrawContext.cpp
 | 
| +++ b/src/gpu/GrDrawContext.cpp
 | 
| @@ -782,18 +782,6 @@ void GrDrawContext::drawBatch(const GrClip& clip,
 | 
|      this->getDrawTarget()->drawBatch(pipelineBuilder, batch);
 | 
|  }
 | 
|  
 | 
| -void GrDrawContext::drawPathBatch(const GrPipelineBuilder& pipelineBuilder,
 | 
| -                                  GrDrawPathBatchBase* batch) {
 | 
| -    ASSERT_SINGLE_OWNER
 | 
| -    RETURN_IF_ABANDONED
 | 
| -    SkDEBUGCODE(this->validate();)
 | 
| -    GR_AUDIT_TRAIL_AUTO_FRAME(fAuditTrail, "GrDrawContext::drawPathBatch");
 | 
| -
 | 
| -    AutoCheckFlush acf(fDrawingManager);
 | 
| -
 | 
| -    this->getDrawTarget()->drawPathBatch(pipelineBuilder, batch);
 | 
| -}
 | 
| -
 | 
|  void GrDrawContext::drawPath(const GrClip& clip,
 | 
|                               const GrPaint& paint,
 | 
|                               const SkMatrix& viewMatrix,
 | 
| 
 |