| Index: src/gpu/batches/GrNonAAFillRectBatch.h
|
| diff --git a/src/gpu/batches/GrNonAAFillRectBatch.h b/src/gpu/batches/GrNonAAFillRectBatch.h
|
| index ac4ca23b782776886b8af6791db640c6f84890e7..ac28d0fb46dd3851809658c0f8494bdb0af7eb9c 100644
|
| --- a/src/gpu/batches/GrNonAAFillRectBatch.h
|
| +++ b/src/gpu/batches/GrNonAAFillRectBatch.h
|
| @@ -15,11 +15,19 @@ class SkMatrix;
|
| struct SkRect;
|
|
|
| namespace GrNonAAFillRectBatch {
|
| +
|
| GrDrawBatch* Create(GrColor color,
|
| const SkMatrix& viewMatrix,
|
| const SkRect& rect,
|
| const SkRect* localRect,
|
| const SkMatrix* localMatrix);
|
| +
|
| +GrDrawBatch* CreateWithPerspective(GrColor color,
|
| + const SkMatrix& viewMatrix,
|
| + const SkRect& rect,
|
| + const SkRect* localRect,
|
| + const SkMatrix* localMatrix);
|
| +
|
| };
|
|
|
| #endif
|
|
|