[webkit-reviews] review granted: [Bug 127396] WebKit2 View Gestures (Swipe): Give WebCore the first crack at scroll events if it needs it : [Attachment 222513] remove unneeded fwd declaration

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 28 16:32:58 PST 2014


Anders Carlsson <andersca at apple.com> has granted Tim Horton
<thorton at apple.com>'s request for review:
Bug 127396: WebKit2 View Gestures (Swipe): Give WebCore the first crack at
scroll events if it needs it
https://bugs.webkit.org/show_bug.cgi?id=127396

Attachment 222513: remove unneeded fwd declaration
https://bugs.webkit.org/attachment.cgi?id=222513&action=review

------- Additional Comments from Anders Carlsson <andersca at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=222513&action=review


> Source/WebKit2/UIProcess/mac/ViewGestureController.h:114
> +    bool m_hasDeferredSwipe;
> +    SwipeDirection m_deferredSwipeDirection;

I think pending would be more fitting than deferred here.


More information about the webkit-reviews mailing list