[Webkit-unassigned] [Bug 78028] Not For Review: Decouple scrollbar painting from Scrollbar object

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 14 14:08:43 PST 2012


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





--- Comment #7 from Peter Kotwicz <pkotwicz at chromium.org>  2012-02-14 14:08:42 PST ---
I decided to split this up into the create of the ScrollbarThemeClient interfaces and their use.
The ScrollbarThemeClient class should have all the member functions required for using the interface in the ScrollbarTheme class on all platforms.

I added m_client as a member variable of ScrollbarPainter because mac registers the ScrollbarThemeClient* during ScrollbarTheme::register() and keeps a pointer inside the ScrollbarTheme class.

I know that ScrollbarThemeClientImpl is a terrible name, do you have any suggestions?

-- 
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