[Webkit-unassigned] [Bug 66226] Chromium Mac: Rubber banding gutter drawing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 15 11:29:48 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=66226





--- Comment #5 from asvitkine at chromium.org  2011-08-15 11:29:48 PST ---
(In reply to comment #4)
> Do you know where WebKit2 does this?

In ScrollView::paintOverhangAreas().

In the public source, it paints it white - which you can confirm by playing with MiniBrowser.

My patch makes ScrollView::paintOverhangAreas() delegate the painting to the native ScrollBarTheme, which can then vary by platform.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list