commit | 78041fab416f5e92019f632dc64507c8ede43eab | [log] [tgz] |
---|---|---|
author | mdempsky <mdempsky@chromium.org> | Tue Sep 22 10:37:07 2015 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Tue Sep 22 10:37:08 2015 -0700 |
tree | 89107566da8874721515a897dbbab4e05dd31118 | |
parent | 11edad9098c1abc041e65d28b87d1080c490bc58 [diff] |
Small cleanups to SkSmallAllocator - Add missing #include <new>. - Simplify createT functions with C++11 variadic templates. - Change destroyT helper function into a private static function. Review URL: https://codereview.chromium.org/1359853002