Index: include/gpu/GrTypes.h |
diff --git a/include/gpu/GrTypes.h b/include/gpu/GrTypes.h |
index 2405679c0f8007b0c450d607d86d0aa9d39e4312..aba71aca33479ce6eeb944d48c9e548cca8ec3dd 100644 |
--- a/include/gpu/GrTypes.h |
+++ b/include/gpu/GrTypes.h |
@@ -241,6 +241,14 @@ enum GrBlendCoeff { |
}; |
/** |
+* Built-in coordinate sets provided by the framework. |
bsalomon
2013/09/27 19:23:57
Does anything get worse if this is moved to a less
|
+*/ |
+enum GrCoordSet { |
+ kLocal_GrCoordSet, |
+ kPosition_GrCoordSet |
+}; |
+ |
+/** |
* Formats for masks, used by the font cache. |
* Important that these are 0-based. |
*/ |