| Index: include/core/SkPicture.h
|
| diff --git a/include/core/SkPicture.h b/include/core/SkPicture.h
|
| index c8de7daf84b06b8a2d344a80b1df4cf091fa3822..c450ca649a656e7df0bd6b1763a0656c62845fa9 100644
|
| --- a/include/core/SkPicture.h
|
| +++ b/include/core/SkPicture.h
|
| @@ -226,7 +226,7 @@ private:
|
|
|
| // 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 = 48;
|
| + static const uint32_t CURRENT_PICTURE_VERSION = 49;
|
|
|
| static_assert(MIN_PICTURE_VERSION <= 41,
|
| "Remove kFontFileName and related code from SkFontDescriptor.cpp.");
|
|
|