[Webkit-unassigned] [Bug 84053] New: [chromium] Allow WebGestureEvent to store four floating point values

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 16 10:59:18 PDT 2012


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

           Summary: [chromium] Allow WebGestureEvent to store four
                    floating point values
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: tdanderson at chromium.org
                CC: rjkroege at chromium.org


A first step to implementing master bug https://bugs.webkit.org/show_bug.cgi?id=83947. Currently a WebGestureEvent stores two floats (deltaX and deltaY) which are unused in Tap and Press events. This patch will add gammaX and gammaY members to WebGestureEvent so that (deltaX, deltaY) and (gammaX, gammaY) can be used to represent the top left and bottom right coordinates of the enclosing rectangle of the ellipse information associated with the touch event.

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