commit | d6b285323c2dc7f1886b1f7b6d1c372afff133d8 | [log] [tgz] |
---|---|---|
author | Julia Lavrova <jlavrova@google.com> | Tue Feb 06 13:04:59 2024 -0500 |
committer | SkCQ <skcq-be@skia-corp.google.com.iam.gserviceaccount.com> | Fri Feb 09 16:54:56 2024 +0000 |
tree | 6eb7fc96af3c7e87966dd6d81ec0999627811a9e | |
parent | 4081496b769386bea3ee4aa38748f460580bd3e4 [diff] |
Assure last cluster of Run ends at the end of Run The last cluster of a Run must end at the end of the Run. Make sure not to overwrite the last cluster index of a Run with the cluster index of the beginning of the next run. This ensures that all clusters in a Run are actually inside the Run. Without this change clusters in a Run may extend past the end of the Run, leading to preconditions failing later. Bug: https://github.com/flutter/flutter/issues/135003 Change-Id: Ib09ba75d265e856bb3ac258377e31196aa83e1a3 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/810556 Reviewed-by: Ben Wagner <bungeman@google.com> Commit-Queue: Julia Lavrova <jlavrova@google.com>