Index: src/gpu/batches/GrAAStrokeRectBatch.h |
diff --git a/src/gpu/batches/GrAAStrokeRectBatch.h b/src/gpu/batches/GrAAStrokeRectBatch.h |
index 23f160ec9f8d3783acc610b2f22f9d6243876062..1af4f15dca96231e2b221f70be66e30e8af49393 100644 |
--- a/src/gpu/batches/GrAAStrokeRectBatch.h |
+++ b/src/gpu/batches/GrAAStrokeRectBatch.h |
@@ -10,6 +10,7 @@ |
#include "GrColor.h" |
+class GrBatch; |
class GrDrawBatch; |
class GrResourceProvider; |
class SkMatrix; |
@@ -24,6 +25,14 @@ GrDrawBatch* Create(GrColor color, |
const SkRect& devInside, |
bool miterStroke); |
+bool Append(GrBatch*, |
+ GrColor color, |
+ const SkMatrix& viewMatrix, |
+ const SkRect& devOutside, |
+ const SkRect& devOutsideAssist, |
+ const SkRect& devInside, |
+ bool miterStroke); |
+ |
}; |
#endif |