[Webkit-unassigned] [Bug 67930] Implement flick gesture in Chromium Gesture Recognizer

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 29 10:08:25 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=67930





--- Comment #11 from Varun Jain <varunjain at chromium.org>  2011-09-29 10:08:25 PST ---
(In reply to comment #8)
> (From update of attachment 109088 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=109088&action=review
> 
> > Source/WebCore/platform/chromium/GestureRecognizerChromium.cpp:105
> > +    return sqrt(m_xVelocity * m_xVelocity + m_yVelocity * m_yVelocity) > minFlickSpeed;
> 
> Whoa, math!
> 
> > Source/WebKit/chromium/tests/InnerGestureRecognizerTest.cpp:616
> > +        , new TouchPointAndEvent(256, 348, 1308336245.407, PlatformTouchPoint::TouchPressed, WebCore::TouchStart)
> 
> These commas are freaky. Can me move them to the right places?

Done

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list