| Index: src/core/SkPictureFlat.h
|
| diff --git a/src/core/SkPictureFlat.h b/src/core/SkPictureFlat.h
|
| index 3546fb2e0a6d7d8202d2d6a0d3dc994c3957f096..42458755b1aac49fe1b3efad4f1e4eac4aff7a60 100644
|
| --- a/src/core/SkPictureFlat.h
|
| +++ b/src/core/SkPictureFlat.h
|
| @@ -80,8 +80,9 @@ enum DrawType {
|
| DRAW_DRAWABLE,
|
| DRAW_DRAWABLE_MATRIX,
|
| DRAW_TEXT_RSXFORM,
|
| + DRAW_BITMAP_NINE_DIVS,
|
|
|
| - LAST_DRAWTYPE_ENUM = DRAW_DRAWABLE_MATRIX,
|
| + LAST_DRAWTYPE_ENUM = DRAW_BITMAP_NINE_DIVS,
|
| };
|
|
|
| // In the 'match' method, this constant will match any flavor of DRAW_BITMAP*
|
|
|