summaryrefslogtreecommitdiffstats
path: root/chrome/test/automation/window_proxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test/automation/window_proxy.h')
-rw-r--r--chrome/test/automation/window_proxy.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/test/automation/window_proxy.h b/chrome/test/automation/window_proxy.h
index 33a27c0..92f74ae 100644
--- a/chrome/test/automation/window_proxy.h
+++ b/chrome/test/automation/window_proxy.h
@@ -44,6 +44,10 @@ class WindowProxy : public AutomationResourceProxy {
// window, the top window is clicked.
bool SimulateOSClick(const gfx::Point& click, int flags);
+ // Moves the mouse pointer this location at the OS level. |location| is
+ // in the window's coordinates.
+ bool SimulateOSMouseMove(const gfx::Point& location);
+
// Get the title of the top level window.
bool GetWindowTitle(string16* text);