Skip to content
  • commit-queue@webkit.org's avatar
    [chromium] Remove unused code for tap target fuzzing · af875e96
    commit-queue@webkit.org authored
    https://bugs.webkit.org/show_bug.cgi?id=86252
    
    Patch by Terry Anderson <tdanderson@chromium.org> on 2012-05-15
    Reviewed by Adam Barth.
    
    Source/WebCore:
    
    No tests required since this is a cleanup of unused code.
    
    * page/EventHandler.cpp:
    (WebCore::EventHandler::handleGestureTap):
    * page/EventHandler.h:
    (EventHandler):
    The touch adjustment code will be used to determine the best target
    for a GestureTap event instead of passing in a pre-targeted node.
    * platform/PlatformGestureEvent.h:
    (WebCore::PlatformGestureEvent::PlatformGestureEvent):
    (PlatformGestureEvent):
    A rectangular touch region is defined by the touch center and the
    delta values only, so gammaX and gammaY are not needed.
    
    Source/WebKit/chromium:
    
    * public/WebInputEvent.h:
    (WebGestureEvent):
    (WebKit::WebGestureEvent::WebGestureEvent):
    * src/WebInputEvent.cpp:
    (SameSizeAsWebGestureEvent):
    * src/WebInputEventConversion.cpp:
    (WebKit::PlatformGestureEventBuilder::PlatformGestureEventBuilder):
    A rectangular touch region is defined by the touch center and the
    delta values only, so gammaX and gammaY are not needed.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@117098 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    af875e96