[webkit-reviews] review granted: [Bug 74639] Add ScrollingCoordinator class and ENABLE_THREADED_SCROLLING define : [Attachment 119483] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 15 12:40:38 PST 2011


Andreas Kling <kling at webkit.org> has granted Anders Carlsson
<andersca at apple.com>'s request for review:
Bug 74639: Add ScrollingCoordinator class and ENABLE_THREADED_SCROLLING define
https://bugs.webkit.org/show_bug.cgi?id=74639

Attachment 119483: Patch
https://bugs.webkit.org/attachment.cgi?id=119483&action=review

------- Additional Comments from Andreas Kling <kling at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=119483&action=review


> Source/JavaScriptCore/wtf/Platform.h:1067
> +#if PLATFORM(MAC) && !defined(BUILDING_ON_LEOPARD) &&
!defined(BUILDING_ON_SNOW_LEOPARD) && !defined(BUILDING_ON_LION)
> +#define ENABLE_THREADED_SCROLLING 1
> +#endif

Even with the very restrictive conditionals, I think an e-mail to webkit-dev is
in order before landing a new ENABLE() flag.


More information about the webkit-reviews mailing list