[webkit-reviews] review granted: [Bug 126450] Allow the ChromeClient to provide a custom ScrollingCoordinator : [Attachment 220327] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 3 12:37:04 PST 2014


Tim Horton <thorton at apple.com> has granted Simon Fraser (smfr)
<simon.fraser at apple.com>'s request for review:
Bug 126450: Allow the ChromeClient to provide a custom ScrollingCoordinator
https://bugs.webkit.org/show_bug.cgi?id=126450

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

------- Additional Comments from Tim Horton <thorton at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=220327&action=review


> Source/WebCore/page/ChromeClient.h:326
> +    virtual PassRefPtr<ScrollingCoordinator>
createScrollingCoordinator(Page*) const { return 0; }

nullptr


More information about the webkit-reviews mailing list