Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow CanStartScrollTimelineOnCompositor calls during PrePaint
Clip-path animations make their compositing decision during pre-paint, but we cannot ensure that we have paint properties until the end of the process. Thus, we cannot rely on having paint properties when deciding whether we can start the scroll-timeline on the compositor. Resolve by computing user scrollability in the case the paint properties are not yet available. Bug: 391632970 Change-Id: Iea5f63d1b7a7e4214f38f41c4ff5fed0f358730a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6191187 Reviewed-by: Olga Gerchikov <[email protected]> Commit-Queue: Kevin Ellis <[email protected]> Cr-Commit-Position: refs/heads/main@{#1410272}
- Loading branch information