Index: include/gpu/GrCoordTransform.h |
diff --git a/include/gpu/GrCoordTransform.h b/include/gpu/GrCoordTransform.h |
index e97de0d8a8e415501cbc47c5a38d80d8aa724e05..b2632c411896879883fa863baaa1a3c0d40d0d3e 100644 |
--- a/include/gpu/GrCoordTransform.h |
+++ b/include/gpu/GrCoordTransform.h |
@@ -34,7 +34,12 @@ enum GrCoordSet { |
* specified by the caller, as it may have transformed vertices into another space. These are |
* usually not the coordinates a GrProcessor wants. |
*/ |
- kPosition_GrCoordSet |
+ kPosition_GrCoordSet, |
+ |
+ /** |
+ * The position after it has been transformed by the view matrix. |
+ */ |
+ kDevice_GrCoordSet, |
}; |
/** |