commit | 26a6bf6a26b0e837377c876d74508aaefee72658 | [log] [tgz] |
---|---|---|
author | reed <reed@chromium.org> | Mon Nov 24 19:59:22 2014 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Mon Nov 24 19:59:23 2014 -0800 |
tree | 4f610389ee922da9b2ce55cc8958cf99d69da4b8 | |
parent | afa278e250034186497722b1bc49ced885770249 [diff] |
free up picturerecorder refs after returning picture or drawable this just accelerates what would happen on the next beginRecording() call or the destructor. chrome has unittests that break (shaders on the stack) if we hold on to the internals past endRecording(). BUG=skia: TBR= Review URL: https://codereview.chromium.org/758813002