Index: src/core/SkPictureFlat.h |
diff --git a/src/core/SkPictureFlat.h b/src/core/SkPictureFlat.h |
index a5c607dbf614f79d9c331c68506c82ea3620df97..acd2d822b4b05cedd2c16cd2f0a010bebcb9c79a 100644 |
--- a/src/core/SkPictureFlat.h |
+++ b/src/core/SkPictureFlat.h |
@@ -93,8 +93,9 @@ enum DrawType { |
DRAW_SHADOWED_PICTURE_LIGHTS, |
DRAW_IMAGE_LATTICE, |
DRAW_ARC, |
+ DRAW_REGION, |
- LAST_DRAWTYPE_ENUM = DRAW_ARC |
+ LAST_DRAWTYPE_ENUM = DRAW_REGION |
}; |
// In the 'match' method, this constant will match any flavor of DRAW_BITMAP* |