aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkPicture.h
diff options
context:
space:
mode:
authorGravatar Mike Reed <reed@google.com>2017-12-28 16:30:52 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-12-29 02:52:00 +0000
commitf3504d430cec35330017aa2af3a51083801c7dd9 (patch)
tree077a8bc5dc1bc0b648fa98051b27b89703d7bf82 /include/core/SkPicture.h
parent2a2dfcbb4267e1c7e4aac39e0d78bc41695a2259 (diff)
remove legacy support for old old picture versions
Bug: skia: Change-Id: Ieb97eabdb18e8c7bfa86e6a1fc6e0389cd096daa Reviewed-on: https://skia-review.googlesource.com/89860 Reviewed-by: Florin Malita <fmalita@chromium.org> Commit-Queue: Mike Reed <reed@google.com>
Diffstat (limited to 'include/core/SkPicture.h')
-rw-r--r--include/core/SkPicture.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/core/SkPicture.h b/include/core/SkPicture.h
index 5ca60ca82c..2949f0709d 100644
--- a/include/core/SkPicture.h
+++ b/include/core/SkPicture.h
@@ -162,7 +162,7 @@ private:
// V59: No more LocalSpace option on PictureImageFilter
// Only SKPs within the min/current picture version range (inclusive) can be read.
- static const uint32_t MIN_PICTURE_VERSION = 51; // Produced by Chrome ~M56.
+ static const uint32_t MIN_PICTURE_VERSION = 56; // august 2017
static const uint32_t CURRENT_PICTURE_VERSION = 59;
static bool IsValidPictInfo(const SkPictInfo& info);