commit | c6ad9eefa0f8d0c2ede9884b446c65dde9b04dd1 | [log] [tgz] |
---|---|---|
author | mtklein <mtklein@chromium.org> | Mon Nov 17 06:45:18 2014 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Mon Nov 17 06:45:18 2014 -0800 |
tree | 9cb417cf39f9ce8e563fbdb5050547968cf16a4d | |
parent | 21c771b3fc827fa4d3e3ca337385870b50b81ff6 [diff] |
More SkPicture cleanup - move field declarations together and pack them a little tighter - get rid of fData - remove dead code in debugger, including unused SkPicturePlayback subclass There are now no more long-lived SkPictureData! (Really, there never were, but now we don't pretend to support them.) BUG=skia: No API changes. TBR=reed@google.com Review URL: https://codereview.chromium.org/725143002