Index: src/gpu/batches/GrNonAAStrokeRectBatch.h |
diff --git a/src/gpu/batches/GrNonAAStrokeRectBatch.h b/src/gpu/batches/GrNonAAStrokeRectBatch.h |
index ed26353fb62ab55a3ee2a36f5cba9c90b8f6dea0..3cee47dedd71c164cfcee827fd099986703f2d9a 100644 |
--- a/src/gpu/batches/GrNonAAStrokeRectBatch.h |
+++ b/src/gpu/batches/GrNonAAStrokeRectBatch.h |
@@ -24,6 +24,12 @@ GrDrawBatch* Create(GrColor color, |
SkScalar strokeWidth, |
bool snapToPixelCenters); |
+void Append(GrColor color, |
+ const SkMatrix& viewMatrix, |
+ const SkRect& rect, |
+ SkScalar strokeWidth, |
+ bool snapToPixelCenters); |
+ |
}; |
#endif |