Bug 77986 - Encode radius, force and rotationAngle in WebPlatformTouchPoint
Summary: Encode radius, force and rotationAngle in WebPlatformTouchPoint
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Allan Sandfeld Jensen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-07 07:08 PST by Allan Sandfeld Jensen
Modified: 2012-02-07 08:18 PST (History)
1 user (show)

See Also:


Attachments
Patch (5.56 KB, patch)
2012-02-07 07:10 PST, Allan Sandfeld Jensen
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Allan Sandfeld Jensen 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.
Comment 1 Allan Sandfeld Jensen 2012-02-07 07:10:51 PST
Created attachment 125841 [details]
Patch
Comment 2 WebKit Review Bot 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>
Comment 3 WebKit Review Bot 2012-02-07 08:18:50 PST
All reviewed patches have been landed.  Closing bug.