Index: src/gpu/batches/GrAAFillRectBatch.h |
diff --git a/src/gpu/batches/GrAAFillRectBatch.h b/src/gpu/batches/GrAAFillRectBatch.h |
index 6ce8f513fed19b172fffae708086ea5bb6257f89..a3048d993578521776d0dc2659ad7abb6b705d2e 100644 |
--- a/src/gpu/batches/GrAAFillRectBatch.h |
+++ b/src/gpu/batches/GrAAFillRectBatch.h |
@@ -21,6 +21,11 @@ GrBatch* Create(GrColor color, |
const SkRect& rect, |
const SkRect& devRect); |
+GrBatch* Create(GrColor color, |
+ const SkMatrix& viewMatrix, |
+ const SkMatrix& localMatrix, |
+ const SkRect& rect, |
+ const SkRect& devRect); |
}; |
#endif |