Index: src/core/SkPictureFlat.h |
diff --git a/src/core/SkPictureFlat.h b/src/core/SkPictureFlat.h |
index d4c8c1f365aa3225d46444576171f494228e1086..ea6d0d3ed735264ada48fa176e330a296599d600 100644 |
--- a/src/core/SkPictureFlat.h |
+++ b/src/core/SkPictureFlat.h |
@@ -80,7 +80,9 @@ enum DrawType { |
DRAW_DRAWABLE, |
DRAW_DRAWABLE_MATRIX, |
- LAST_DRAWTYPE_ENUM = DRAW_DRAWABLE_MATRIX, |
+ TRANSLATE_Z, |
+ |
+ LAST_DRAWTYPE_ENUM = TRANSLATE_Z |
}; |
// In the 'match' method, this constant will match any flavor of DRAW_BITMAP* |