RESOLVED FIXED 77986
Encode radius, force and rotationAngle in WebPlatformTouchPoint
https://bugs.webkit.org/show_bug.cgi?id=77986
Summary Encode radius, force and rotationAngle in WebPlatformTouchPoint
Allan Sandfeld Jensen
Reported 2012-02-07 07:08:31 PST
The three properties radius, force and rotationAngle from WebCore::PlatformTouchPoint are not encoded by WebPlatformTouchPoint. The platforms that supports these properties currently work around this limitation by sending the additional data in the platform specific NativeWebTouchEvent, but this leaves no way of sending TouchPoints over the IPC-layer without a TouchEvent.
Attachments
Patch (5.56 KB, patch)
2012-02-07 07:10 PST, Allan Sandfeld Jensen
no flags
Allan Sandfeld Jensen
Comment 1 2012-02-07 07:10:51 PST
WebKit Review Bot
Comment 2 2012-02-07 08:18:45 PST
Comment on attachment 125841 [details] Patch Clearing flags on attachment: 125841 Committed r106949: <http://trac.webkit.org/changeset/106949>
WebKit Review Bot
Comment 3 2012-02-07 08:18:50 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.