| Index: src/core/SkPictureFlat.h
|
| diff --git a/src/core/SkPictureFlat.h b/src/core/SkPictureFlat.h
|
| index 251161599449ac3cc37b3a0f22958ad19a960a35..8720e197511066cd2a7a0309ac408d2ea4453136 100644
|
| --- a/src/core/SkPictureFlat.h
|
| +++ b/src/core/SkPictureFlat.h
|
| @@ -69,8 +69,10 @@ enum DrawType {
|
| DRAW_PATCH, // could not add in aphabetical order
|
| DRAW_PICTURE_MATRIX_PAINT,
|
| DRAW_TEXT_BLOB,
|
| + DRAW_IMAGE,
|
| + DRAW_IMAGE_RECT,
|
|
|
| - LAST_DRAWTYPE_ENUM = DRAW_TEXT_BLOB
|
| + LAST_DRAWTYPE_ENUM = DRAW_IMAGE_RECT
|
| };
|
|
|
| // In the 'match' method, this constant will match any flavor of DRAW_BITMAP*
|
|
|