[webkit-reviews] review granted: [Bug 85101] [chromium] Compute the best target node on a GestureTap event : [Attachment 141992] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 15 10:23:16 PDT 2012


Adam Barth <abarth at webkit.org> has granted Terry Anderson
<tdanderson at chromium.org>'s request for review:
Bug 85101: [chromium] Compute the best target node on a GestureTap event
https://bugs.webkit.org/show_bug.cgi?id=85101

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

------- Additional Comments from Adam Barth <abarth at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=141992&action=review


> Source/WebCore/page/TouchAdjustment.cpp:234
> -	   return INFINITY;
> +	   return std::numeric_limits<float>::infinity();

Ah, that makes sense.


More information about the webkit-reviews mailing list