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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 4 11:52:35 PDT 2011


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





--- Comment #4 from Sailesh Agrawal <sail at chromium.org>  2011-08-04 11:52:35 PST ---
(From update of attachment 102950)
View in context: https://bugs.webkit.org/attachment.cgi?id=102950&action=review

> Source/WebCore/platform/PlatformWheelEvent.h:218
> +#if PLATFORM(MAC) || PLATFORM(CHROMIUM)

Does using PLATFORM(CHROMIUM) mean that this is enabled on Chromium Windows as well? Do we want that? Should we just replace the entire #if statement with #if 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