From 3b6255493e458c6b2c1412af908581f0bf3f6b70 Mon Sep 17 00:00:00 2001 From: djsollen Date: Thu, 14 Aug 2014 06:29:02 -0700 Subject: Remove SkPaintOptionsAndroid Committed: https://skia.googlesource.com/skia/+/f32331ffdb5de0440bb337aa7cbdd6f33e9ff23b R=reed@google.com, mtklein@google.com, tomhudson@google.com Author: djsollen@google.com Review URL: https://codereview.chromium.org/447873003 --- include/core/SkPicture.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/core/SkPicture.h') diff --git a/include/core/SkPicture.h b/include/core/SkPicture.h index e3b33e9438..1e8b364145 100644 --- a/include/core/SkPicture.h +++ b/include/core/SkPicture.h @@ -230,13 +230,14 @@ 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 = 31; + static const uint32_t CURRENT_PICTURE_VERSION = 32; mutable uint32_t fUniqueID; -- cgit v1.2.3