Index: include/core/SkPicture.h |
diff --git a/include/core/SkPicture.h b/include/core/SkPicture.h |
index 07eca144b883201fb0bd1d59b7030ee7a2273e80..c63a201cd880478d9f33e44e163a502ed490536e 100644 |
--- a/include/core/SkPicture.h |
+++ b/include/core/SkPicture.h |
@@ -251,7 +251,7 @@ private: |
// 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 = 19; |
+ static const uint32_t MIN_PICTURE_VERSION = 35; // Produced by Chrome M39. |
static const uint32_t CURRENT_PICTURE_VERSION = 37; |
void createHeader(SkPictInfo* info) const; |