Index: include/core/SkPicture.h |
diff --git a/include/core/SkPicture.h b/include/core/SkPicture.h |
index be682b115db9f7b0f2f227e8c7966fc454807b81..b2c2b62edec4ee3684dc4ef4ef3129a1e29f2ad8 100644 |
--- a/include/core/SkPicture.h |
+++ b/include/core/SkPicture.h |
@@ -203,7 +203,8 @@ protected: |
// V9 : Allow the reader and writer of an SKP disagree on whether to support |
// SK_SUPPORT_HINTING_SCALE_FACTOR |
// V10: add drawRRect, drawOval, clipRRect |
- static const uint32_t PICTURE_VERSION = 10; |
+ // V11: modify how readBitmap and writeBitmap store their info. |
+ static const uint32_t PICTURE_VERSION = 11; |
// fPlayback, fRecord, fWidth & fHeight are protected to allow derived classes to |
// install their own SkPicturePlayback-derived players,SkPictureRecord-derived |