| Index: src/gpu/batches/GrAAStrokeRectBatch.h | 
| diff --git a/src/gpu/batches/GrAAStrokeRectBatch.h b/src/gpu/batches/GrAAStrokeRectBatch.h | 
| index 4959232bab92cb321bfb3083da15aa746c979605..e0069a1febbef682f3e937f4ceabdc67cece8c24 100644 | 
| --- a/src/gpu/batches/GrAAStrokeRectBatch.h | 
| +++ b/src/gpu/batches/GrAAStrokeRectBatch.h | 
| @@ -19,13 +19,10 @@ class SkStrokeRec; | 
|  | 
| namespace GrAAStrokeRectBatch { | 
|  | 
| -GrDrawBatch* Create(GrColor color, | 
| -                    const SkMatrix& viewMatrix, | 
| -                    const SkRect& devOutside, | 
| -                    const SkRect& devOutsideAssist, | 
| -                    const SkRect& devInside, | 
| -                    bool miterStroke, | 
| -                    bool degenerate); | 
| +GrDrawBatch* CreateFillBetweenRects(GrColor color, | 
| +                                    const SkMatrix& viewMatrix, | 
| +                                    const SkRect& devOutside, | 
| +                                    const SkRect& devInside); | 
|  | 
| GrDrawBatch* Create(GrColor color, | 
| const SkMatrix& viewMatrix, | 
|  |