Cache ::-webkit-scrollbar-* styles on source ComputedStyle
This patch caches the pseudo style of custom scrollbar parts on the ComputedStyle of the originating element, so that it's easier to inspect these pseudo styles. Before: Element -> LayoutObject -> PaintLayer -> ScrollableArea -> CustomScrollbar -> ComputedStyle After: Element -> ComputedStyle This is preparation for crrev.com/c/1952189 Bug: 441925 Change-Id: Ibbb4876d4e01af7c37db9b390937af76a217855e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2026694Reviewed-by:Rune Lillesveen <futhark@chromium.org> Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org> Cr-Commit-Position: refs/heads/master@{#736493}
Showing
Please register or sign in to comment