| Index: src/gpu/batches/GrNonAAFillRectBatch.h
|
| diff --git a/src/gpu/batches/GrNonAAFillRectBatch.h b/src/gpu/batches/GrNonAAFillRectBatch.h
|
| index aeb388f51056d9ed995d6bf1303348fd09731ab4..ac28d0fb46dd3851809658c0f8494bdb0af7eb9c 100644
|
| --- a/src/gpu/batches/GrNonAAFillRectBatch.h
|
| +++ b/src/gpu/batches/GrNonAAFillRectBatch.h
|
| @@ -28,12 +28,6 @@ GrDrawBatch* CreateWithPerspective(GrColor color,
|
| const SkRect* localRect,
|
| const SkMatrix* localMatrix);
|
|
|
| -bool Append(GrColor color,
|
| - const SkMatrix& viewMatrix,
|
| - const SkRect& rect,
|
| - const SkRect* localRect,
|
| - const SkMatrix* localMatrix);
|
| -
|
| };
|
|
|
| #endif
|
|
|