Index: chrome/browser/automation/automation_provider.h |
=================================================================== |
--- chrome/browser/automation/automation_provider.h (revision 23277) |
+++ chrome/browser/automation/automation_provider.h (working copy) |
@@ -177,11 +177,11 @@ |
int flags, |
bool press_escape_en_route, |
IPC::Message* reply_message); |
+#endif // defined(OS_WIN) |
void WindowSimulateClick(const IPC::Message& message, |
- int handle, |
- POINT click, |
- int flags); |
-#endif // defined(OS_WIN) |
+ int handle, |
+ const gfx::Point& click, |
+ int flags); |
void WindowSimulateKeyPress(const IPC::Message& message, |
int handle, |
wchar_t key, |