Perform SkPicture analysis lazily.
authormtklein <mtklein@chromium.org>
Thu, 14 May 2015 02:26:14 +0000 (19:26 -0700)
committerCommit bot <commit-bot@chromium.org>
Thu, 14 May 2015 02:26:14 +0000 (19:26 -0700)
commitc30806f9f16e6400036fdc25842b73a9d2a41cb3
tree1dc64db6b861af667cfac0e8eae56f36c07d317a
parent88c23fc6e8ed0243159fd17d815b4f813805647b
Perform SkPicture analysis lazily.

I realized when writing the comment on https://crrev.com/1135363002/
that I'd really just sketched out the entire thing, so I couldn't help
but actually write up a working CL.  How does this do for your benchmark?

BUG=chromium:487075

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