diff options
author | pkotwicz@chromium.org <pkotwicz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-19 00:37:34 +0000 |
---|---|---|
committer | pkotwicz@chromium.org <pkotwicz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-19 00:37:34 +0000 |
commit | b73f34d5bc93d353bb53324f0ddfc76afd523f9f (patch) | |
tree | 37ca8f3da677c8b1e6b18881cefc61f81ab961b6 /ui/base/test/ui_controls_internal_win.h | |
parent | 69237e3cb460abfa29629c36035677c0132aff18 (diff) | |
download | chromium_src-b73f34d5bc93d353bb53324f0ddfc76afd523f9f.zip chromium_src-b73f34d5bc93d353bb53324f0ddfc76afd523f9f.tar.gz chromium_src-b73f34d5bc93d353bb53324f0ddfc76afd523f9f.tar.bz2 |
[Refactor] Always pass in screen coordinates to UIControlsAura::SendMouseMove()
BUG=None
TEST=None
Review URL: https://codereview.chromium.org/162943004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251900 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/base/test/ui_controls_internal_win.h')
-rw-r--r-- | ui/base/test/ui_controls_internal_win.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/base/test/ui_controls_internal_win.h b/ui/base/test/ui_controls_internal_win.h index 4b87ce3..1f7c54f 100644 --- a/ui/base/test/ui_controls_internal_win.h +++ b/ui/base/test/ui_controls_internal_win.h @@ -20,7 +20,7 @@ bool SendKeyPressImpl(HWND hwnd, bool shift, bool alt, const base::Closure& task); -bool SendMouseMoveImpl(long x, long y, const base::Closure& task); +bool SendMouseMoveImpl(long screen_x, long screen_y, const base::Closure& task); bool SendMouseEventsImpl(MouseButton type, int state, const base::Closure& task); |