Bug 106215

Summary: [chromium] Improve composited overflow scrollbars
Product: WebKit Reporter: Sami Kyöstilä <skyostil>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WONTFIX    
Severity: Normal CC: anilsson, efidler, jamesr, jpetsovits, schenney, tonikitoo, vollick, wangxianzhu
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Description Sami Kyöstilä 2013-01-07 05:14:20 PST
Composited overflow scroll element scrollbars currently have a number of problems:

- They are updated on the main thread instead of the compositor thread.
- They do not fade out on platforms where they should (Android).
- Their size changes when pinch-zooming in or out.