[Webkit-unassigned] [Bug 53510] [chromium] [WebCore] [android] Touch events are missing time stamps

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 15 04:18:00 PST 2011


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





--- Comment #4 from Simon Hausmann <hausmann at webkit.org>  2011-02-15 04:18:00 PST ---
(From update of attachment 82038)
View in context: https://bugs.webkit.org/attachment.cgi?id=82038&action=review

A layout tests would be nice to have for this, too.

> Source/WebKit/chromium/public/WebTouchPoint.h:48
> +    enum Finger {
> +        FingerFirst,
> +        FingerSecond,
> +        FingerThird
> +    };
> +
>      WebTouchPoint()
> -        : id(0)
> +        : id(FingerFirst)

This part looks unrelated to timestamps :)

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