| Index: include/core/SkPicture.h
|
| diff --git a/include/core/SkPicture.h b/include/core/SkPicture.h
|
| index 79923a6a53350aee167cb06bf81266676bd61821..cfc82cb6ddcd313c6c6c23a695aef464b4db4179 100644
|
| --- a/include/core/SkPicture.h
|
| +++ b/include/core/SkPicture.h
|
| @@ -248,7 +248,7 @@ private:
|
|
|
| // Only SKPs within the min/current picture version range (inclusive) can be read.
|
| static const uint32_t MIN_PICTURE_VERSION = 19;
|
| - static const uint32_t CURRENT_PICTURE_VERSION = 32;
|
| + static const uint32_t CURRENT_PICTURE_VERSION = 33;
|
|
|
| mutable uint32_t fUniqueID;
|
|
|
|
|