[Webkit-unassigned] [Bug 109560] Implement coordinated scrollbar for subframes and sublayers

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 21 10:27:53 PST 2013


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


James Robinson <jamesr at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #189465|review?                     |review-
               Flag|                            |




--- Comment #32 from James Robinson <jamesr at chromium.org>  2013-02-21 10:30:15 PST ---
(From update of attachment 189465)
View in context: https://bugs.webkit.org/attachment.cgi?id=189465&action=review

> Source/WebCore/page/scrolling/chromium/ScrollingCoordinatorChromium.cpp:165
> +#if OS(ANDROID)
> +        bool platformSupported = true;
> +#else
> +        bool platformSupported = false;
> +#endif

This is way too heavy handed and will be a big performance regression on other platforms.

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