commit | 5037e9de94e57d36592cc596d831cc2b5ec45bd3 | [log] [tgz] |
---|---|---|
author | kkinnunen <kkinnunen@nvidia.com> | Tue Dec 30 07:22:58 2014 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Tue Dec 30 07:22:58 2014 -0800 |
tree | 816d7c02cb2d4640e2d4565b7c799ed86045ed17 | |
parent | d5e98713576a961d05b957465e83cdf992daca1b [diff] |
Change DebugCanvas API to not encourage memory leaks Pass command strings and offset arrays as out parameters instead of returning new arrays from the functions. This simplifies debugger leak investigations, as the app leaks less by design. Review URL: https://codereview.chromium.org/821663003