Remove Default Touch Radii in EventGenerator
commit644b0306f7f23e5760728c0dc0d68923a8e13526
authorjonross <jonross@chromium.org>
Tue, 2 Sep 2014 15:40:36 +0000 (2 08:40 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 2 Sep 2014 15:43:59 +0000 (2 15:43 +0000)
tree3f327d4bc2eb9e65ad1aa143380770b3743b9b89
parent4ea2bcacd49f172b9e49a1b2aea112ad04512687
Remove Default Touch Radii in EventGenerator

EventGenerator creates touch events in two different manners. Those that use TestTouchEvent set touch radii without exposing this to unit test classes. Chrome's gesture recognizer uses these radii when determining touch rects. This can lead to different views being targetting within unittests.

Remove the setting of these radii. Tests that wish to use larger can still create TouchEvents and call EventGenerator::Dispatch.

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

Cr-Commit-Position: refs/heads/master@{#292933}
ui/events/test/event_generator.cc