| Index: src/gpu/batches/GrAAStrokeRectBatch.h
|
| diff --git a/src/gpu/batches/GrAAStrokeRectBatch.h b/src/gpu/batches/GrAAStrokeRectBatch.h
|
| index e0069a1febbef682f3e937f4ceabdc67cece8c24..964cc5b4b9813e541629e34c1f412a6228a4311f 100644
|
| --- a/src/gpu/batches/GrAAStrokeRectBatch.h
|
| +++ b/src/gpu/batches/GrAAStrokeRectBatch.h
|
| @@ -29,12 +29,6 @@ GrDrawBatch* Create(GrColor color,
|
| const SkRect& rect,
|
| const SkStrokeRec& stroke);
|
|
|
| -bool Append(GrBatch*,
|
| - GrColor color,
|
| - const SkMatrix& viewMatrix,
|
| - const SkRect& rect,
|
| - const SkStrokeRec& stroke);
|
| -
|
| -};
|
| +}
|
|
|
| #endif
|
|
|