aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkPicture.h
diff options
context:
space:
mode:
authorGravatar Derek Sollenberger <djsollen@google.com>2014-08-06 16:34:40 -0400
committerGravatar Derek Sollenberger <djsollen@google.com>2014-08-06 16:34:40 -0400
commitda7a944e293d27ec5c7be06b224921ae0058d35a (patch)
tree70a6553ab4cc08b0a862e7f68f4510c3d73c06c7 /include/core/SkPicture.h
parentc7f069b50184cf786b46e20e3ba8431d8c82472a (diff)
Revert "Remove SkPaintOptionsAndroid"
Diffstat (limited to 'include/core/SkPicture.h')
-rw-r--r--include/core/SkPicture.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/core/SkPicture.h b/include/core/SkPicture.h
index e0a425f807..c733e532c2 100644
--- a/include/core/SkPicture.h
+++ b/include/core/SkPicture.h
@@ -231,14 +231,13 @@ private:
// V29: Removed SaveFlags parameter from save().
// V30: Remove redundant SkMatrix from SkLocalMatrixShader.
// V31: Add a serialized UniqueID to SkImageFilter.
- // V32: Removed SkPaintOptionsAndroid from SkPaint
// 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 = 19;
- static const uint32_t CURRENT_PICTURE_VERSION = 32;
+ static const uint32_t CURRENT_PICTURE_VERSION = 31;
mutable uint32_t fUniqueID;