| Index: src/core/SkPictureFlat.h
|
| diff --git a/src/core/SkPictureFlat.h b/src/core/SkPictureFlat.h
|
| index 64e51b740ed5b0987f7e3bb133a205d93b233be0..5cd699a64f595fd5115eb25ab0d57301be5126bb 100644
|
| --- a/src/core/SkPictureFlat.h
|
| +++ b/src/core/SkPictureFlat.h
|
| @@ -74,8 +74,9 @@ enum DrawType {
|
| DRAW_ATLAS,
|
| DRAW_IMAGE_NINE,
|
| DRAW_IMAGE_RECT,
|
| + DRAW_LIT_ATLAS,
|
|
|
| - LAST_DRAWTYPE_ENUM = DRAW_IMAGE_RECT
|
| + LAST_DRAWTYPE_ENUM = DRAW_LIT_ATLAS
|
| };
|
|
|
| // In the 'match' method, this constant will match any flavor of DRAW_BITMAP*
|
|
|