Chromium Code Reviews| Index: src/core/SkPictureFlat.h |
| diff --git a/src/core/SkPictureFlat.h b/src/core/SkPictureFlat.h |
| index 8befca0538daf1f0f6f236cdab13cdcadf6b6a80..9d3db8ba5440f09d3b00a71c675187ed6c3f8b6b 100644 |
| --- a/src/core/SkPictureFlat.h |
| +++ b/src/core/SkPictureFlat.h |
| @@ -51,7 +51,7 @@ enum DrawType { |
| RESTORE, |
| ROTATE, |
| SAVE, |
| - SAVE_LAYER, |
| + SAVE_LAYER_SAVEFLAGS_DEPRECATED, |
| SCALE, |
| SET_MATRIX, |
| SKEW, |
| @@ -75,7 +75,9 @@ enum DrawType { |
| DRAW_IMAGE_NINE, |
| DRAW_IMAGE_RECT, |
| - LAST_DRAWTYPE_ENUM = DRAW_IMAGE_RECT |
| + LAST_DRAWTYPE_ENUM = DRAW_IMAGE_RECT, |
| + |
|
robertphillips
2015/12/17 19:53:57
This seems problematic
reed1
2015/12/17 20:23:46
Done.
|
| + SAVE_LAYER_SAVELAYERFLAGS, |
| }; |
| // In the 'match' method, this constant will match any flavor of DRAW_BITMAP* |