commit | 1b523babbe50df1894b10eb5a54fc9d0cf23723d | [log] [tgz] |
---|---|---|
author | mtklein <mtklein@chromium.org> | Wed Aug 20 15:50:45 2014 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Wed Aug 20 15:50:46 2014 -0700 |
tree | 3537fff679c907530e1a97916a3f7d6bd5968023 | |
parent | 39cd5b9041cb91a91b753765a13608fa7156d00f [diff] |
Always read .skp files and other serialized pictures into SkRecord. This should switch all our internal tools that aren't clever about it over to SkRecord pictures. (The clever tools know what they're doing.) Also, deletes the old SkPicture::clone() path. return this or die. BUG=skia: Committed: https://skia.googlesource.com/skia/+/7b705bb17e09508e3761b54f59833b1ceb4ce9a6 R=robertphillips@google.com, mtklein@google.com, reed@google.com Author: mtklein@chromium.org Review URL: https://codereview.chromium.org/481743003