| Index: include/core/SkPicture.h
|
| diff --git a/include/core/SkPicture.h b/include/core/SkPicture.h
|
| index f764d346cc4b9e8f4b828809372cd8305516265c..eb136e14e49bbb24a6613aa4716da9b3e7787e82 100644
|
| --- a/include/core/SkPicture.h
|
| +++ b/include/core/SkPicture.h
|
| @@ -246,14 +246,15 @@ private:
|
| // V35: Store SkRect (rather then width & height) in header
|
| // V36: Remove (obsolete) alphatype from SkColorTable
|
| // V37: Added shadow only option to SkDropShadowImageFilter (last version to record CLEAR)
|
| - // V37: Added PictureResolution and FilterLevel options to SkPictureImageFilter
|
| + // V38: Added PictureResolution option to SkPictureImageFilter
|
| + // V39: Added FilterLevel option to SkPictureImageFilter
|
|
|
| // Note: If the picture version needs to be increased then please follow the
|
| // steps to generate new SKPs in (only accessible to Googlers): http://goo.gl/qATVcw
|
|
|
| // Only SKPs within the min/current picture version range (inclusive) can be read.
|
| static const uint32_t MIN_PICTURE_VERSION = 35; // Produced by Chrome M39.
|
| - static const uint32_t CURRENT_PICTURE_VERSION = 38;
|
| + static const uint32_t CURRENT_PICTURE_VERSION = 39;
|
|
|
| void createHeader(SkPictInfo* info) const;
|
| static bool IsValidPictInfo(const SkPictInfo& info);
|
|
|