aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkPictureFlat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/SkPictureFlat.h')
-rw-r--r--src/core/SkPictureFlat.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/SkPictureFlat.h b/src/core/SkPictureFlat.h
index f5b20ca66c..ac1483d4a1 100644
--- a/src/core/SkPictureFlat.h
+++ b/src/core/SkPictureFlat.h
@@ -93,8 +93,9 @@ enum DrawType {
DRAW_IMAGE_LATTICE,
DRAW_ARC,
DRAW_REGION,
+ DRAW_VERTICES_OBJECT,
- LAST_DRAWTYPE_ENUM = DRAW_REGION
+ LAST_DRAWTYPE_ENUM = DRAW_VERTICES_OBJECT
};
// In the 'match' method, this constant will match any flavor of DRAW_BITMAP*