commit | 497cda3a6b72b9cb390334e8756d38b4ffac044f | [log] [tgz] |
---|---|---|
author | mtklein <mtklein@chromium.org> | Thu Jul 10 10:38:22 2014 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Thu Jul 10 10:38:22 2014 -0700 |
tree | 350e9fbd63a242c4a843eee277d27d453274ef8c | |
parent | 777a7dd519e029d03b366e79cdfe43a342213d2a [diff] |
Split SkTRacy into SkTRacy and SkTRacyReffable. Looks like TSAN can't always suppress our existing implementation of SkTRacy (what is turning here into SkTRacyReffable). To minimize flakiness, use SkTRacy where possible and SkTRacyReffable where necessary. BUG=skia: R=robertphillips@google.com, mtklein@google.com, reed@google.com Author: mtklein@chromium.org Review URL: https://codereview.chromium.org/388503002