commit | 80a720eb823ac76fdfa254fe9b9f7333a1458e5c | [log] [tgz] |
---|---|---|
author | scroggo <scroggo@google.com> | Wed Oct 15 13:43:36 2014 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Wed Oct 15 13:43:36 2014 -0700 |
tree | 59f4144a56702dfec62ed19df0a12fa93a1e6c5c | |
parent | 3ac569b37a5b4fa5072f4d8ed946f0eea24e9020 [diff] |
Remove unused NeedsDeepCopy. It was used to check to see if an SkPaint had mutable fields on it. Now that all the fields are immutable, this function is no longer used. Remove it. BUG=skia:2097 Review URL: https://codereview.chromium.org/661543002