[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:01:20 PDT 2011


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


Mihai Parparita <mihaip at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #95034|review?                     |review+
               Flag|                            |




--- Comment #36 from Mihai Parparita <mihaip at chromium.org>  2011-06-07 12:01:19 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.

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