commit | 83c8c73f9f88d6caa274ad9733723efecfd14de9 | [log] [tgz] |
---|---|---|
author | pdr <[email protected]> | Mon Oct 19 19:41:55 2015 |
committer | Commit bot <[email protected]> | Mon Oct 19 19:43:14 2015 |
tree | 89be3c47893403ab6fba1f6a9e9214da6194480f | |
parent | e30cf23407df06ad1b9f5e5bd11efa03e07dfca4 [diff] |
Remove the initial spv2 property tree code The initial approach to property trees in slimming paint v2 was to compute them after paint. Our new design [1] now computes property tree data before paint which makes the initial implementation obsolete. This patch removes the original property tree code and plumbing of a composited display list. The lifecycle phase for compositing in spv2 has not been removed yet due to test dependencies. [1] https://docs.google.com/document/d/12I3JD1-Jmnb59ZHKyntFTSsNUzQhPae8QpCECtZt5zs BUG=537409 TBR=chrishtr Review URL: https://codereview.chromium.org/1402403004 Cr-Commit-Position: refs/heads/master@{#354830}