commit | d41ea1d1cf0358e8b147c30c2dd168b631cc9b47 | [log] [tgz] |
---|---|---|
author | mtklein <mtklein@chromium.org> | Wed May 20 10:16:49 2015 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Wed May 20 10:16:49 2015 -0700 |
tree | 70e5b6df6da3992cb75c9a9356d14cce7bb8e4bc | |
parent | 22483d9ca6e393635ffdf371c35026f0e8ec429c [diff] |
More efficient SkRecorder::flushMiniRecorder() This should involve no mallocs, frees, or memcpys, and less refcounting. BUG=skia: Review URL: https://codereview.chromium.org/1144173002