aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkPicture.h
diff options
context:
space:
mode:
authorGravatar Jim Van Verth <jvanverth@google.com>2018-01-18 15:19:13 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-01-19 16:32:13 +0000
commitb1b80f7de4224c5083dfc1475e1988b2ce839a65 (patch)
treed33690051752b46e396f76a96851cb38910dc923 /include/core/SkPicture.h
parent8bad7e01bac9a1e692eca7dafd1adf3eb1761628 (diff)
Remove tonal color from DrawShadow internals
Bug: b/71719631 Change-Id: I676c34dfe5ea9b5e184ea53dd49a8b835d4e8cb6 Reviewed-on: https://skia-review.googlesource.com/95741 Reviewed-by: Robert Phillips <robertphillips@google.com> Commit-Queue: Jim Van Verth <jvanverth@google.com>
Diffstat (limited to 'include/core/SkPicture.h')
-rw-r--r--include/core/SkPicture.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/core/SkPicture.h b/include/core/SkPicture.h
index b75e9fceff..4887db928f 100644
--- a/include/core/SkPicture.h
+++ b/include/core/SkPicture.h
@@ -159,10 +159,11 @@ private:
// V58: No more 2pt conical flipping.
// V59: No more LocalSpace option on PictureImageFilter
// V60: Remove flags in picture header
+ // V61: Change SkDrawPictureRec to take two colors rather than two alphas
// Only SKPs within the min/current picture version range (inclusive) can be read.
static const uint32_t MIN_PICTURE_VERSION = 56; // august 2017
- static const uint32_t CURRENT_PICTURE_VERSION = 60;
+ static const uint32_t CURRENT_PICTURE_VERSION = 61;
static bool IsValidPictInfo(const SkPictInfo& info);
static sk_sp<SkPicture> Forwardport(const SkPictInfo&,