Propagate validation errors from inner readbuffer when deserializing picture. Also...
authorreed <reed@google.com>
Fri, 30 Sep 2016 16:27:20 +0000 (09:27 -0700)
committerCommit bot <commit-bot@chromium.org>
Fri, 30 Sep 2016 16:27:20 +0000 (09:27 -0700)
commitd921dbb9b88327eef7b1fbd42e9d88bace4a65ff
tree9e09b7892076ab1f71c82520c0609dbfc3b0f8a0
parent84741b308496409f4ff662658167221fc6801bbe
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
include/core/SkPicture.h
src/core/SkPicture.cpp
src/core/SkPictureData.h
src/core/SkPicturePlayback.cpp
src/core/SkPicturePlayback.h
tests/SerializationTest.cpp