Index: include/gpu/GrTypes.h |
diff --git a/include/gpu/GrTypes.h b/include/gpu/GrTypes.h |
index 3f02c62bfd07aab21c647c673beef0850a782c32..a9a7cb5743c2d5c8e047256d7f28778ea16b9b9c 100644 |
--- a/include/gpu/GrTypes.h |
+++ b/include/gpu/GrTypes.h |
@@ -142,7 +142,8 @@ enum GrPrimitiveType { |
kTriangleFan_GrPrimitiveType, |
kPoints_GrPrimitiveType, |
kLines_GrPrimitiveType, // 1 pix wide only |
- kLineStrip_GrPrimitiveType // 1 pix wide only |
+ kLineStrip_GrPrimitiveType, // 1 pix wide only |
+ kLast_GrPrimitiveType = kLineStrip_GrPrimitiveType |
}; |
static inline bool GrIsPrimTypeLines(GrPrimitiveType type) { |