[Webkit-unassigned] [Bug 65707] Chromium Mac: Enable rubber banding when scrolling

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 5 06:48:41 PDT 2011


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





--- Comment #18 from asvitkine at chromium.org  2011-08-05 06:48:41 PST ---
(In reply to comment #16)
> (From update of attachment 102980 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=102980&action=review
> 
> > Source/WebCore/platform/PlatformWheelEvent.h:76
> > +#if OS(DARWIN)
> 
> OS(DARWIN) is obviously not right here (and elsewhere).  Darwin is much lower level than mouse wheel events and the like.

Changed to PLATFORM(MAC) || (PLATFORM(CHROMIUM) && OS(DARWIN)) since there's no OS(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