commit | 76be9c8dc0e5306ef81c2987848088cdec7ccd3f | [log] [tgz] |
---|---|---|
author | mtklein <mtklein@chromium.org> | Wed May 20 12:05:15 2015 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Wed May 20 12:05:15 2015 -0700 |
tree | f7e18d343908a8c8e9e94e45dbf26572c421b1ff | |
parent | 364ad00446923d1cbc963c7358cd9b01efc53d3e [diff] |
Don't serialize SkPictures in SkPictureShaders when in untrusted mode. This requires we "first" add a has-picture bool to SkPictureShader serialized format. BUG=chromium:486947, billions and billions of others. Review URL: https://codereview.chromium.org/1151663002