Remove main thread scroll code duplication |
||
Issue descriptionCurrently, main thread (gesture) scrolling code diverges based on whether ScrollCustomization is enabled or not. While ScrollCustomization may or may not ship in the distant future, we can remove the duplication by basing all our scrolling internally on ScrollCustomization. This has already been started with the RootScroller work which scrolls the main frame using ScrollCustomization primitives.
,
Dec 14 2017
bokan@ is the work for this issue finished?
,
Dec 14 2017
Not quite, there's still paths in ScrollManager::BubblingScroll and the like that don't use scroll customization. But, I think that work can be better described as "make all scrolls use gestures" (and this isn't as critical from a code health perspective as the wheel and touch paths which have been fixed) so lets close this in favor of that work (which is unstarted but tracked in our OKRs).
,
Dec 14 2017
Actually, sahel@ is currently working on that, tracked from issue 125223 |
||
►
Sign in to add a comment |
||
Comment 1 by bugdroid1@chromium.org
, Jun 24 2016