Bug 92911

Summary: [chromium] Use the event bounding box when constructing a PlatformEvent::GestureLongPress
Product: WebKit Reporter: Terry Anderson <tdanderson>
Component: PlatformAssignee: Terry Anderson <tdanderson>
Status: RESOLVED INVALID    
Severity: Normal CC: abarth, rjkroege, sadrul
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 92914    
Attachments:
Description Flags
Patch none

Description Terry Anderson 2012-08-01 15:01:37 PDT
When constructing a PlatformEvent::GestureTap in WebInputEventConversion.cpp, use |boundingBox| to specify |m_area|. This information will be used for target fuzzing in long press events.
Comment 1 Terry Anderson 2012-08-01 15:36:27 PDT
Created attachment 155906 [details]
Patch
Comment 2 Adam Barth 2012-08-01 15:51:23 PDT
Comment on attachment 155906 [details]
Patch

Test?
Comment 3 Terry Anderson 2012-08-01 16:22:41 PDT
I will include this change in the patch for https://bugs.webkit.org/show_bug.cgi?id=92914 so that it can be tested along with the other related changes.