commit | 60b6e9dbbc492f987a5b887dff60aec107ab70d0 | [log] [tgz] |
---|---|---|
author | mtklein <mtklein@chromium.org> | Fri Oct 24 10:43:15 2014 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Fri Oct 24 10:43:15 2014 -0700 |
tree | 1bfd910f9357522fd1ebd94c72cb348b665bd2a5 | |
parent | 06cddec8570cbf29f89e89736afb0487b5b95abd [diff] |
Remove a pointless use of SkWeakRefCnt. Can't quite get rid of SkWeakRefCnt yet... SkFontMgr_indirect uses it to cache SkTypefaces, and I don't quite understand it enough yet to cut out the weak refs. BUG=skia:3065 Review URL: https://codereview.chromium.org/664173003