Always read .skp files and other serialized pictures into SkRecord.
authormtklein <mtklein@chromium.org>
Wed, 20 Aug 2014 21:22:58 +0000 (14:22 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 20 Aug 2014 21:22:58 +0000 (14:22 -0700)
commit7b705bb17e09508e3761b54f59833b1ceb4ce9a6
tree9c202bda6431256dfeca54c9ed1afa2e15f3dbc3
parent74206bc48959ef7efddda74fc54d9640a87c28f4
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:
R=robertphillips@google.com, mtklein@google.com, reed@google.com

Author: mtklein@chromium.org

Review URL: https://codereview.chromium.org/481743003
include/core/SkPicture.h
src/core/SkPicture.cpp