Index: src/core/SkPictureFlat.h |
diff --git a/src/core/SkPictureFlat.h b/src/core/SkPictureFlat.h |
index 5d1a6b52d6e32ffaee9678f98c18a492279c25ed..2be929b86978d945d24f9bb955582d86ed1e131c 100644 |
--- a/src/core/SkPictureFlat.h |
+++ b/src/core/SkPictureFlat.h |
@@ -67,8 +67,10 @@ enum DrawType { |
DRAW_DRRECT, |
PUSH_CULL, |
POP_CULL, |
+ |
+ DRAW_PATCH, // could not add in aphabetical order |
- LAST_DRAWTYPE_ENUM = POP_CULL |
+ LAST_DRAWTYPE_ENUM = DRAW_PATCH |
}; |
// In the 'match' method, this constant will match any flavor of DRAW_BITMAP* |