Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[RasterInducingScroll] Force update even without raster invalidation
The following changes won't cause raster invalidation: - A scroller is added/removed without any visible change; - Some scrolling content out of a non-composited scroller's scrollport changes. Previously we skipped cc layer update because nothing visible changed. However, future raster-inducing scroll without main-thread update could scroll the out-of-date content into view. Now force update in RasterInducingScroll in ContentLayerClientImpl::UpdateCcLayer(). Bug: 364669904 Change-Id: I636d3f92a2a98db50f30160c2e214735311d6769 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6090759 Reviewed-by: Philip Rogers <[email protected]> Commit-Queue: Xianzhu Wang <[email protected]> Cr-Commit-Position: refs/heads/main@{#1396313}
- Loading branch information