commit | 81be3a96e080f8f30653f926934fc072143ef368 | [log] [tgz] |
---|---|---|
author | Ben Wagner <bungeman@google.com> | Fri Aug 05 12:07:55 2016 -0400 |
committer | Ben Wagner <bungeman@google.com> | Fri Aug 05 13:58:15 2016 -0400 |
tree | 16a5fb0da2fa028db69f5f26faa56cec117d30d1 | |
parent | e6851b5a6668c562608fbb6269378a42d015f4b8 [diff] |
Move SkTypeface::CreateXXX to SkTypeface::MakeXXX. Skia is moving to returning smart pointers from its factory methods. This updates uses of SkTypeface::CreateXXX to SkTypeface::MakeXXX and generally updates use of SkTypeface to sk_sp. This will allow for the removal of the SK_SUPPORT_LEGACY_TYPEFACE_PTR define. Change-Id: I017ceb681d2c338e6913aa267915d03a7d3a898b