commit | 90b5c0ced0e7ecc8812509d4c6c8017b1d08308f | [log] [tgz] |
---|---|---|
author | djsollen <djsollen@google.com> | Thu Feb 12 12:08:40 2015 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Thu Feb 12 12:08:40 2015 -0800 |
tree | 0ef8a482b1131130a02ff4c8861b7a2de971eec0 | |
parent | 8bce2449e7d332d954523f6a55995ab9e3297ce1 [diff] |
Expose SkPathRef::unique through SkPath. This allows for the removal of SkPath::mSourcePath on Android as they now have a better indicator of whether or not the path can be used again via the Java API. Review URL: https://codereview.chromium.org/913413004