| Index: src/gpu/batches/GrNonAAFillRectBatch.h
|
| diff --git a/src/gpu/batches/GrNonAAFillRectBatch.h b/src/gpu/batches/GrNonAAFillRectBatch.h
|
| index aeb388f51056d9ed995d6bf1303348fd09731ab4..6f1ba86fceeb9b8cc4f54dc17dfc392047a16090 100644
|
| --- a/src/gpu/batches/GrNonAAFillRectBatch.h
|
| +++ b/src/gpu/batches/GrNonAAFillRectBatch.h
|
| @@ -10,6 +10,7 @@
|
|
|
| #include "GrColor.h"
|
|
|
| +class GrBatch;
|
| class GrDrawBatch;
|
| class SkMatrix;
|
| struct SkRect;
|
| @@ -28,7 +29,8 @@ GrDrawBatch* CreateWithPerspective(GrColor color,
|
| const SkRect* localRect,
|
| const SkMatrix* localMatrix);
|
|
|
| -bool Append(GrColor color,
|
| +bool Append(GrBatch*,
|
| + GrColor color,
|
| const SkMatrix& viewMatrix,
|
| const SkRect& rect,
|
| const SkRect* localRect,
|
|
|