[Zucchini] Change in target delta
This CL changes the way target delta is computed. Introduces OffsetMapper used to map offsets (targets) from old to new image in both gen and apply. Previous: - old label associated with old target is retrieved - delta is applied to label - new target is retrieved from label New: - old target is projected to estimated new target - estimated new target is indirected into a key - delta is applied to key - new target is retrieved from key This removes the need for UnorderedLabelManager. Bug: 729154 Change-Id: If32f7db8f424fd59275f583860b38ba9740ee594 Reviewed-on: https://chromium-review.googlesource.com/627188 Commit-Queue: Etienne Pierre-Doray <etiennep@chromium.org> Reviewed-by:Samuel Huang <huangs@chromium.org> Cr-Commit-Position: refs/heads/master@{#541456}
Showing
This diff is collapsed.
Please register or sign in to comment