commit | 49aabde6ef80e39f00a2d00487cf5a881987dd81 | [log] [tgz] |
---|---|---|
author | mtklein <mtklein@chromium.org> | Mon Jan 05 07:02:45 2015 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Mon Jan 05 07:02:45 2015 -0800 |
tree | a8ed88cafe2326029145188798d7a41a79105fc8 | |
parent | 5f2ee72f975d8172a65808af7fc4985b40b7ca28 [diff] |
Clean up dead clear() code in SkRecord. This removes the SkRecords::Clear struct and everything that refers to it. Notice there is nothing actually creating a Clear, which means this is all dead code. Now that all ops obey the clip, I don't think we need the weird inflate-empty-to-epsilon hack for BBH queries. BUG=skia: Review URL: https://codereview.chromium.org/835813002