Index: src/core/SkPictureFlat.h |
diff --git a/src/core/SkPictureFlat.h b/src/core/SkPictureFlat.h |
index cd750bffab2e5d890bfaa05a103472d75ec12b63..edfe24a4516dfe5e23d08be212e7c9bffad6ecee 100644 |
--- a/src/core/SkPictureFlat.h |
+++ b/src/core/SkPictureFlat.h |
@@ -78,8 +78,10 @@ enum DrawType { |
SAVE_LAYER_SAVELAYERREC, |
DRAW_ANNOTATION, |
+ DRAW_DRAWABLE, |
+ DRAW_DRAWABLE_MATRIX, |
- LAST_DRAWTYPE_ENUM = DRAW_ANNOTATION, |
+ LAST_DRAWTYPE_ENUM = DRAW_DRAWABLE_MATRIX, |
}; |
// In the 'match' method, this constant will match any flavor of DRAW_BITMAP* |