aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkPicture.h
diff options
context:
space:
mode:
authorGravatar wutao <wutao@chromium.org>2017-07-10 20:20:33 -0700
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-07-11 18:13:31 +0000
commitda69944cbb9e561694716b8882d201d4f7f8790e (patch)
treefc29057132e457cc62ee777c1dc7a00bc3184eba /include/core/SkPicture.h
parent571b30f6117eede6d64cd2b924dc1f6aaa59e70e (diff)
Serialize the new TileMode in SkBlurImageFilterImpl.
Serialize the new TileMode in SkBlurImageFilterImpl. And also update the SkReadBuffer::Version and CURRENT_PICTURE_VERSION in SkPicture. Bug: 622128 Change-Id: I3b04be2a36406227c6d8112e943d7415566c0c42 Reviewed-on: https://skia-review.googlesource.com/22079 Commit-Queue: Robert Phillips <robertphillips@google.com> Reviewed-by: Robert Phillips <robertphillips@google.com> Reviewed-by: Stephen White <senorblanco@chromium.org> Reviewed-by: Brian Salomon <bsalomon@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 e1d8bbab2c..1a46da5831 100644
--- a/include/core/SkPicture.h
+++ b/include/core/SkPicture.h
@@ -203,10 +203,11 @@ private:
// V53: SaveLayerRec clip mask
// V54: ComposeShader can use a Mode or a Lerp
// V55: Drop blendmode[] from MergeImageFilter
+ // V56: Add TileMode in SkBlurImageFilter.
// 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 CURRENT_PICTURE_VERSION = 55;
+ static const uint32_t CURRENT_PICTURE_VERSION = 56;
static bool IsValidPictInfo(const SkPictInfo& info);
static sk_sp<SkPicture> Forwardport(const SkPictInfo&,