Index: src/gpu/GrBatch.h |
diff --git a/src/gpu/GrBatch.h b/src/gpu/GrBatch.h |
index 7d621e046a858573576b3aeab5013cc28a626e76..92a9c08ef2d736c52d1fd365f93738b19b850c33 100644 |
--- a/src/gpu/GrBatch.h |
+++ b/src/gpu/GrBatch.h |
@@ -38,6 +38,7 @@ struct GrInitInvariantOutput; |
* If there are any possible optimizations which might require knowing more about the full state of |
* the draw, ie whether or not the GrBatch is allowed to tweak alpha for coverage, then this |
* information will be communicated to the GrBatch prior to geometry generation. |
+ * TODO Batch should own the draw bounds |
*/ |
class GrBatch : public SkRefCnt { |