Index: src/core/SkPictureFlat.h |
diff --git a/src/core/SkPictureFlat.h b/src/core/SkPictureFlat.h |
index 536189bf22c52f30d4b2094f2406d6e9046c4f58..3530f3973fc575853aa5af819aad13cf152903d4 100644 |
--- a/src/core/SkPictureFlat.h |
+++ b/src/core/SkPictureFlat.h |
@@ -69,8 +69,9 @@ enum DrawType { |
DRAW_PATCH, // could not add in aphabetical order |
DRAW_PICTURE_MATRIX_PAINT, |
+ DRAW_TEXT_BLOB, |
- LAST_DRAWTYPE_ENUM = DRAW_PICTURE_MATRIX_PAINT |
+ LAST_DRAWTYPE_ENUM = DRAW_TEXT_BLOB |
}; |
// In the 'match' method, this constant will match any flavor of DRAW_BITMAP* |