Index: src/core/SkPictureFlat.h |
diff --git a/src/core/SkPictureFlat.h b/src/core/SkPictureFlat.h |
index 07411002aed95358ef8475bb9b6ee90cc57e806d..d421c47603be8186052f13c0586915bc42f80c11 100644 |
--- a/src/core/SkPictureFlat.h |
+++ b/src/core/SkPictureFlat.h |
@@ -72,8 +72,9 @@ enum DrawType { |
DRAW_IMAGE, |
DRAW_IMAGE_RECT, |
DRAW_ATLAS, |
+ DRAW_IMAGE_NINE, |
- LAST_DRAWTYPE_ENUM = DRAW_ATLAS |
+ LAST_DRAWTYPE_ENUM = DRAW_IMAGE_NINE |
}; |
// In the 'match' method, this constant will match any flavor of DRAW_BITMAP* |