[webkit-reviews] review granted: [Bug 88359] [chromium] More than 8 fingers get ignored by touch : [Attachment 145862] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 5 15:56:50 PDT 2012


James Robinson <jamesr at chromium.org> has granted Robert Kroeger
<rjkroege at chromium.org>'s request for review:
Bug 88359: [chromium] More than 8 fingers get ignored by touch
https://bugs.webkit.org/show_bug.cgi?id=88359

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

------- Additional Comments from James Robinson <jamesr at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=145862&action=review


> Source/WebKit/chromium/public/WebInputEvent.h:388
> +    enum { touchesLengthCap = 12 };

Please document where this number is coming from (i.e. this is matching
chromium's gesture recognition library).


More information about the webkit-reviews mailing list