Index: src/gpu/batches/GrBatch.h |
diff --git a/src/gpu/batches/GrBatch.h b/src/gpu/batches/GrBatch.h |
index f0559330feb82db2764b1e444858d0d08ba3b13c..23be88d437456095cbb4528522c35721a8b39ad4 100644 |
--- a/src/gpu/batches/GrBatch.h |
+++ b/src/gpu/batches/GrBatch.h |
@@ -28,7 +28,8 @@ class GrRenderTarget; |
* Batches are created when GrContext processes a draw call. Batches of the same subclass may be |
* merged using combineIfPossible. When two batches merge, one takes on the union of the data |
* and the other is left empty. The merged batch becomes responsible for drawing the data from both |
- * the original batches. |
+ * the original batches. The merged patch may ref the other batch, if this is more efficient than |
+ * moving the data from the other batch to the merged batch. |
* |
* 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 |