Make MouseWheelEvent::UpdateForRootTransform() not scale the mouse wheel offset
commitd450c33f7333878275fc1e94d875691cf08dfeb3
authorpkotwicz <pkotwicz@chromium.org>
Tue, 24 Mar 2015 17:44:44 +0000 (24 10:44 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 24 Mar 2015 17:45:29 +0000 (24 17:45 +0000)
tree1921ce90732c3bed89eb9e83d68a5581cec00f3d
parentdf1da9c00b43b2ca404feb307ca05fd7b76cb9dd
Make MouseWheelEvent::UpdateForRootTransform() not scale the mouse wheel offset

The mouse wheel offset is already in "DIPs" because one "mouse wheel click"
generates the same offset regardless of the device scale factor. Remove extra
scaling done by MouseWheelEvent::UpdateForRootTransform()

BUG=412560
TEST=Manual, see bug

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

Cr-Commit-Position: refs/heads/master@{#322028}
ui/events/event.cc
ui/events/event.h