| Index: src/core/SkPictureFlat.h
|
| diff --git a/src/core/SkPictureFlat.h b/src/core/SkPictureFlat.h
|
| index 73248051eb11ce2af57f2023b9e170a6d3691d0b..103eeceb16e5dd141155e28b8d9ed984638b0fb6 100644
|
| --- a/src/core/SkPictureFlat.h
|
| +++ b/src/core/SkPictureFlat.h
|
| @@ -63,8 +63,8 @@ enum DrawType {
|
|
|
| // new ops -- feel free to re-alphabetize on next version bump
|
| DRAW_DRRECT,
|
| - PUSH_CULL,
|
| - POP_CULL,
|
| + PUSH_CULL, // deprecated, M41 was last Chromium version to write this to an .skp
|
| + POP_CULL, // deprecated, M41 was last Chromium version to write this to an .skp
|
|
|
| DRAW_PATCH, // could not add in aphabetical order
|
| DRAW_PICTURE_MATRIX_PAINT,
|
|
|