Pass MotionEvent tool type to Blink.
commit3c4c729b54ab44ef38c2b3bddeb19dc5e2c0de7e
authore.hakkinen <e.hakkinen@samsung.com>
Wed, 12 Aug 2015 08:46:46 +0000 (12 01:46 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 12 Aug 2015 08:47:29 +0000 (12 08:47 +0000)
tree82c6c28129b125156c041c266795549134e659bf
parentb285dfd89773a982efb58ce91e7dfc0edd72a12f
Pass MotionEvent tool type to Blink.

This maps MotionEvent tool type to PointerEvent pointerType and passes
that to WebTouchPoints.

This CL is a part of a patch series:
 1. https://codereview.chromium.org/1253183005/
    for new WebPointerProperties fields
 2. https://codereview.chromium.org/1260693003/
    for eventSender web pointer property support
 3. https://codereview.chromium.org/1192463008/
    for handling pointer type in Blink event handlers
 4. https://codereview.chromium.org/1190013002/ (this)

BUG=514360

Review URL: https://codereview.chromium.org/1190013002

Cr-Commit-Position: refs/heads/master@{#342992}
content/browser/renderer_host/input/motion_event_web.cc
ui/events/blink/blink_event_util.cc