commit | e26e65e8f831f7a5626c92d11bbb8c2cec1f70de | [log] [tgz] |
---|---|---|
author | robertphillips <robertphillips@google.com> | Thu Jun 12 05:51:22 2014 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Thu Jun 12 05:51:22 2014 -0700 |
tree | 1586df1f28e642e12c875adbeabc4e711ec9a29b | |
parent | 679426c0b4b6568a79a7a69ac4fc9ba248009d19 [diff] |
Remove SkPicture pointer from SkPicturePlayback This CL simplifies the relationship between SkPicture and SkPicturePlayback by moving the path heap into SkPicturePlayback and removing SkPicturePlayback's SkPicture pointer. R=mtklein@google.com, reed@google.com Author: robertphillips@google.com Review URL: https://codereview.chromium.org/334493002