Index: src/gpu/batches/GrBWFillRectBatch.h |
diff --git a/src/gpu/batches/GrAAFillRectBatch.h b/src/gpu/batches/GrBWFillRectBatch.h |
similarity index 50% |
copy from src/gpu/batches/GrAAFillRectBatch.h |
copy to src/gpu/batches/GrBWFillRectBatch.h |
index 3fc1e3480c60704d5272a483dc338a30c7511fee..ff1533caa211b29534b4ca4b4671cb11f5b1a245 100644 |
--- a/src/gpu/batches/GrAAFillRectBatch.h |
+++ b/src/gpu/batches/GrBWFillRectBatch.h |
@@ -5,8 +5,8 @@ |
* found in the LICENSE file. |
*/ |
-#ifndef GrAAFillRectBatch_DEFINED |
-#define GrAAFillRectBatch_DEFINED |
+#ifndef GrBWFillRectBatch_DEFINED |
+#define GrBWFillRectBatch_DEFINED |
#include "GrColor.h" |
@@ -14,17 +14,12 @@ class GrBatch; |
class SkMatrix; |
struct SkRect; |
-namespace GrAAFillRectBatch { |
+namespace GrBWFillRectBatch { |
GrBatch* Create(GrColor color, |
const SkMatrix& viewMatrix, |
const SkRect& rect, |
- const SkRect& devRect); |
- |
-GrBatch* Create(GrColor color, |
- const SkMatrix& viewMatrix, |
- const SkMatrix& localMatrix, |
- const SkRect& rect, |
- const SkRect& devRect); |
+ const SkRect* localRect, |
+ const SkMatrix* localMatrix); |
}; |
#endif |