[Webkit-unassigned] [Bug 59753] Chromium Mac: Fork ScrollAnimatorMac to ScrollAnimatorChromiumMac for overlay scrollbar support

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 7 12:11:03 PDT 2011


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





--- Comment #37 from Sailesh Agrawal <sail at chromium.org>  2011-06-07 12:11:03 PST ---
(From update of attachment 95034)
View in context: https://bugs.webkit.org/attachment.cgi?id=95034&action=review

>> Source/WebCore/platform/chromium/ScrollAnimatorChromiumMac.mm:926
>> +    m_haveScrolledSincePageLoad = true;
> 
> Nit: Is this necessary? smoothScrollWithEvent is only called by handleWheelEvent, and you already set m_haveScrolledSincePageLoad to true there.

This is all copy paste from the platform/mac/ScrollAnimatorMac.mm code. My goal is to keep the two files as similar as possible so that I can re-merge them once we have smooth scrolling on chromium mac.

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