forked from sanyaade-mobiledev/chromium.src
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cc: Rework how PLI cleans tilings up.
This patch changes how PLI cleans tilings up. Previously, we'd iterate all tilings to find the ones that match the criteria, then iterate those and remove them in PLI. With this patch, we ask PLTS to do most of the work. We calculate scales that use layer information and pass it down to PLTS to do the cleanup. PLTS, in turn, constructs a list of things to remove and removes it, also removing it from the passed twin sets. This allows us to remove one function from PLI and one from PLTS, as well as hides more of the implementation details of PLTS from PLI. R=danakj, enne BUG=433048 Review URL: https://codereview.chromium.org/742903002 Cr-Commit-Position: refs/heads/master@{#304972}
- Loading branch information
Showing
4 changed files
with
85 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters