| Index: src/core/SkPictureFlat.h
|
| diff --git a/src/core/SkPictureFlat.h b/src/core/SkPictureFlat.h
|
| index 77b29c4d344fc67a73180318bfb44e920fdd4890..041352c6f8318593976d51f4164319dfc23d4596 100644
|
| --- a/src/core/SkPictureFlat.h
|
| +++ b/src/core/SkPictureFlat.h
|
| @@ -65,8 +65,10 @@ enum DrawType {
|
|
|
| // new ops -- feel free to re-alphabetize on next version bump
|
| DRAW_DRRECT,
|
| + PUSH_CULL,
|
| + POP_CULL,
|
|
|
| - LAST_DRAWTYPE_ENUM = DRAW_DRRECT
|
| + LAST_DRAWTYPE_ENUM = POP_CULL
|
| };
|
|
|
| // In the 'match' method, this constant will match any flavor of DRAW_BITMAP*
|
|
|