| Index: src/core/SkPictureFlat.h
|
| diff --git a/src/core/SkPictureFlat.h b/src/core/SkPictureFlat.h
|
| index 4eee04fcdab64628b34bba8c5afe4da25d40fb4a..00b7c2bb41768c5644068cd41ce8568ea375822b 100644
|
| --- a/src/core/SkPictureFlat.h
|
| +++ b/src/core/SkPictureFlat.h
|
| @@ -78,7 +78,9 @@ enum DrawType {
|
| SAVE_LAYER_SAVELAYERFLAGS_DEPRECATED_JAN_2016,
|
| SAVE_LAYER_SAVELAYERREC,
|
|
|
| - LAST_DRAWTYPE_ENUM = SAVE_LAYER_SAVELAYERREC,
|
| + DRAW_ANNOTATION,
|
| +
|
| + LAST_DRAWTYPE_ENUM = DRAW_ANNOTATION,
|
| };
|
|
|
| // In the 'match' method, this constant will match any flavor of DRAW_BITMAP*
|
|
|