[Webkit-unassigned] [Bug 61422] Chromium: Fix overlay scrollbars issues

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 25 07:55:50 PDT 2011


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





--- Comment #3 from Sailesh Agrawal <sail at chromium.org>  2011-05-25 07:55:50 PST ---
> the SMOOTH_SCROLLING define toggles logic _in webcore_ that controls smooth scrolling, for platforms that don't have this natively (e.g. chromium/windows). We never want that on mac.

Sorry, I didn't really understand this. You mean that we want ENABLE(SMOOTH_SCROLLING) always to be false, right?

Before my addition of ScrollAnimatorChromiumMac we used ScrollAnimator::scroll() for scroll events. With this change we go back to using that.

That's correct right?

This change doesn't fix repaint artifacts for me. It just disables smooth scrolling (back to the way it was before my change).

Thanks

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