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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 29 08:46:43 PDT 2011


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





--- Comment #8 from Dimitri Glazkov (Google) <dglazkov at chromium.org>  2011-09-29 08:46:43 PST ---
(From update of attachment 109088)
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?

-- 
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