| Index: src/core/SkPictureFlat.h
|
| diff --git a/src/core/SkPictureFlat.h b/src/core/SkPictureFlat.h
|
| index 6b4af13840e855ad8119de03a9534f4628d24cec..68b398482abb1dbc48c07921cbb80b3b5f954ce6 100644
|
| --- a/src/core/SkPictureFlat.h
|
| +++ b/src/core/SkPictureFlat.h
|
| @@ -63,7 +63,10 @@ enum DrawType {
|
| COMMENT,
|
| END_COMMENT_GROUP,
|
|
|
| - LAST_DRAWTYPE_ENUM = END_COMMENT_GROUP
|
| + // new ops -- feel free to re-alphabetize on next version bump
|
| + DRAW_DRRECT,
|
| +
|
| + LAST_DRAWTYPE_ENUM = DRAW_DRRECT
|
| };
|
|
|
| // In the 'match' method, this constant will match any flavor of DRAW_BITMAP*
|
|
|