Index: src/gpu/GrDrawTarget.h |
diff --git a/src/gpu/GrDrawTarget.h b/src/gpu/GrDrawTarget.h |
index 64cbc8781eba2048ead8e786bd9e87b3e6a1b883..d2c20a1eedf97f94b50cb0c4168e49061d94c96b 100644 |
--- a/src/gpu/GrDrawTarget.h |
+++ b/src/gpu/GrDrawTarget.h |
@@ -303,10 +303,10 @@ public: |
* @param rect the rect to draw |
* @param localRect optional rect that specifies local coords to map onto |
* rect. If NULL then rect serves as the local coords. |
- * @param localMatrix optional matrix applied to localRect. If |
- * srcRect is non-NULL and srcMatrix is non-NULL |
- * then srcRect will be transformed by srcMatrix. |
- * srcMatrix can be NULL when no srcMatrix is desired. |
+ * @param localMatrix Optional local matrix. The local coordinates are specified by localRect, |
+ * or if it is NULL by rect. This matrix applies to the coordinate implied by |
+ * that rectangle before it is input to GrCoordTransforms that read local |
+ * coordinates |
*/ |
void drawRect(GrDrawState* ds, |
GrColor color, |