Index: include/gpu/GrEffect.h |
diff --git a/include/gpu/GrEffect.h b/include/gpu/GrEffect.h |
index 78ad28b3ffa6a0afb75054893f445519251dcb31..e7590b6793495e6d9052c2284e4497269af85b6b 100644 |
--- a/include/gpu/GrEffect.h |
+++ b/include/gpu/GrEffect.h |
@@ -85,15 +85,11 @@ public: |
/** |
* The types of vertex coordinates available to an effect in the vertex shader. Effects can |
* require their own vertex attribute but these coordinates are made available by the framework |
- * in all programs. kCustom_CoordsType is provided to signify that an alternative set of coords |
- * is used (usually an explicit vertex attribute) but its meaning is determined by the effect |
- * subclass. |
+ * in all programs. |
*/ |
enum CoordsType { |
kLocal_CoordsType, |
kPosition_CoordsType, |
- |
- kCustom_CoordsType, |
}; |
virtual ~GrEffect(); |