commit | 761cf6186e291ee8e4761e1280634cfe9c42eccc | [log] [tgz] |
---|---|---|
author | bungeman <bungeman@google.com> | Fri Aug 28 07:09:20 2015 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Fri Aug 28 07:09:20 2015 -0700 |
tree | b56219f2b42b8816fac623ef3e549761f3d49f25 | |
parent | 4204800cd8f311f11491cf2eb7e32ca681f05489 [diff] |
Clean up SkTLogic. This change regularizes Skia's type traits so that when <type_traits> can finally be used the transition is easier. Various traits are renamed to match <type_traits> and placed in the skstd namespace. Current users of these traits are updated. Review URL: https://codereview.chromium.org/1317593004