commit | 6abc62c0c983f84041bde31179f3092f9a7a0f49 | [log] [tgz] |
---|---|---|
author | mtklein <mtklein@chromium.org> | Mon Jul 07 16:28:46 2014 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Mon Jul 07 16:28:46 2014 -0700 |
tree | f4f97887134c57b4b28f33d9620b294a715e469a | |
parent | eeb1f15891ee9f96f2c5d6e1c3d5a656208f3760 [diff] |
Suppress race to cache SkPathRef bounds. This should be fixed naturally soon, and it's an innocuous race (some paths may have their bounds calculated more than once), so we can just quiet it for now. BUG=skia: R=mtklein@google.com Author: mtklein@chromium.org Review URL: https://codereview.chromium.org/376733003