Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(20)

Unified Diff: ui/base/test/ui_controls_internal_win.h

Issue 162943004: [Refactor] Always pass in screen coordinates to UIControlsAura::SendMouseMove() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/base/test/ui_controls.h ('k') | ui/base/test/ui_controls_internal_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/test/ui_controls_internal_win.h
diff --git a/ui/base/test/ui_controls_internal_win.h b/ui/base/test/ui_controls_internal_win.h
index 4b87ce329e019b89eef717a6b61504a55907c006..1f7c54fe4c9e1dac56a16682b4fdb611f795a279 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);
« no previous file with comments | « ui/base/test/ui_controls.h ('k') | ui/base/test/ui_controls_internal_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698