diff options
author | reed <reed@google.com> | 2016-09-30 09:27:20 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-09-30 09:27:20 -0700 |
commit | d921dbb9b88327eef7b1fbd42e9d88bace4a65ff (patch) | |
tree | 9e09b7892076ab1f71c82520c0609dbfc3b0f8a0 /include | |
parent | 84741b308496409f4ff662658167221fc6801bbe (diff) |
Propagate validation errors from inner readbuffer when deserializing picture. Also allow null paints.
BUG=skia:5812
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2379383002
Review-Url: https://codereview.chromium.org/2379383002
Diffstat (limited to 'include')
-rw-r--r-- | include/core/SkPicture.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/core/SkPicture.h b/include/core/SkPicture.h index 1dcbcc5b75..c398d3a4ec 100644 --- a/include/core/SkPicture.h +++ b/include/core/SkPicture.h @@ -247,7 +247,7 @@ private: static bool IsValidPictInfo(const SkPictInfo& info); static sk_sp<SkPicture> Forwardport(const SkPictInfo&, const SkPictureData*, - const SkReadBuffer* buffer); + SkReadBuffer* buffer); SkPictInfo createHeader() const; SkPictureData* backport() const; |