Index: src/gpu/batches/GrAAFillRectBatch.h |
diff --git a/src/gpu/batches/GrAAFillRectBatch.h b/src/gpu/batches/GrAAFillRectBatch.h |
index fcbae59058efd19a992b95932ec31cfcc0e6cb0a..3cc824620ee579e85fcc48563f73aa67b1869574 100644 |
--- a/src/gpu/batches/GrAAFillRectBatch.h |
+++ b/src/gpu/batches/GrAAFillRectBatch.h |
@@ -24,16 +24,14 @@ GrDrawBatch* Create(GrColor color, |
GrDrawBatch* Create(GrColor color, |
const SkMatrix& viewMatrix, |
const SkMatrix& localMatrix, |
- const SkRect& rect, |
- const SkRect& devRect); |
+ const SkRect& rect); |
-void Append(GrBatch*, |
+bool Append(GrBatch*, |
GrColor, |
const SkMatrix& viewMatrix, |
- const SkRect& rect, |
- const SkRect& devRect); |
+ const SkRect& rect); |
-void Append(GrBatch*, |
+bool Append(GrBatch*, |
GrColor, |
const SkMatrix& viewMatrix, |
const SkMatrix& localMatrix, |