commit | 572f879b6163e1a4fb790a7f63401a6cf0ade1d2 | [log] [tgz] |
---|---|---|
author | bungeman <bungeman@google.com> | Fri Apr 29 15:05:02 2016 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Fri Apr 29 15:05:02 2016 -0700 |
tree | 90ba38ddc87c7a119506546e6b6054ad3d3d04fd | |
parent | 4d9ff62fa21326003cf5394cd1d16f4b4633102a [diff] |
Fix race in SkTypeface_FreeType::onCountGlyphs. Found by TSAN. This makes the operation slightly slower, but it is not on any user's hot path. BUG=skia:5238 Review-Url: https://codereview.chromium.org/1940613002