| commit | 72440a3785c13b8ec539d7e11bea1124eeddecbd | [log] [tgz] |
|---|---|---|
| author | bungeman <bungeman@google.com> | Wed Aug 12 13:37:16 2015 -0700 |
| committer | Commit bot <commit-bot@chromium.org> | Wed Aug 12 13:37:17 2015 -0700 |
| tree | b326003afce201c5cc68e9dc3c78d110ece72ca3 | |
| parent | 65bd7ae3741847d1f01bcf5266f42ff9e371952d [diff] |
Use forwarding with SkTLazy::init. This allows removal the difficult to use (and so currently unused) placement new and related macros to allow any constructor of T to be used to initilize the storage of SkTLazy. This also properly aligns the SkTLazy storage. Review URL: https://codereview.chromium.org/1283183003