commit | fd61ed0d7929cf85e0b936f48c72035af4c0a4b3 | [log] [tgz] |
---|---|---|
author | robertphillips <robertphillips@google.com> | Tue Oct 28 07:21:44 2014 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Tue Oct 28 07:21:44 2014 -0700 |
tree | c91a06c5372a7846a01fe12a21e7597a790f88a3 | |
parent | ed53742e92c94d5ce20b982833725cf20546aaca [diff] |
Alter layer hoisting to only hoist layers for one canvas at a time This CL alters layer hoisting to defer creation of the free floating layers until they are actually needed (rather than creating _all_ the hoisted layers at the start). It also fixes a pre vs. post Concat bug with how matrices were being accumulated. BUG=skia:2315 Review URL: https://codereview.chromium.org/657383004