| Index: chrome/test/automation/window_proxy.h
|
| ===================================================================
|
| --- chrome/test/automation/window_proxy.h (revision 30714)
|
| +++ chrome/test/automation/window_proxy.h (working copy)
|
| @@ -44,6 +44,10 @@
|
| // 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);
|
|
|
|
|