commit | 2420e10d5a86da1964a05a749ab9bb625ae9f13e | [log] [tgz] |
---|---|---|
author | mtklein <mtklein@chromium.org> | Wed Apr 29 08:16:50 2015 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Wed Apr 29 08:16:50 2015 -0700 |
tree | 7e7ea07fdf105b84d244a0f01f473821d3682d54 | |
parent | c64239a466b6e083ada93c2842d9e48bae606dfe [diff] |
Straighten out SkPicture::AccelData APIs. Must have been we needed them to be weird (mutable, const setter) before. It doesn't look like that's necessary now... we can just pass it to the constructor. BUG=skia: Review URL: https://codereview.chromium.org/1112833003