Always read .skp files and other serialized pictures into SkRecord.
authormtklein <mtklein@chromium.org>
Wed, 20 Aug 2014 22:50:45 +0000 (15:50 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 20 Aug 2014 22:50:46 +0000 (15:50 -0700)
commit1b523babbe50df1894b10eb5a54fc9d0cf23723d
tree3537fff679c907530e1a97916a3f7d6bd5968023
parent39cd5b9041cb91a91b753765a13608fa7156d00f
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
src/core/SkPicture.cpp