commit | a5cf665997d73169e2f5260eaf9643af1f309762 | [log] [tgz] |
---|---|---|
author | bungeman <bungeman@google.com> | Wed Oct 29 12:31:33 2014 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Wed Oct 29 12:31:33 2014 -0700 |
tree | e302aabd647222a30a991c1c0054d2cfdbccfa33 | |
parent | 329bf4862e9d5e05363c2b071d8ca475a0ef1952 [diff] |
Issue acquire barrier in SkRefCnt::unique(). When unique() returns true, it must also issue an acquire barrier. Note that this change may adversly impact SkPath performance, but editing SkPaths is already a performance issue. BUG=chromium:258499 No API changes. TBR=reed@google.com Review URL: https://codereview.chromium.org/687293002