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

Unified Diff: chrome/common/extensions/chrome_extension_messages.h

Issue 2486273002: Send mouse location as part of automation events. (Closed)
Patch Set: Fix Created 4 years, 1 month 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
Index: chrome/common/extensions/chrome_extension_messages.h
diff --git a/chrome/common/extensions/chrome_extension_messages.h b/chrome/common/extensions/chrome_extension_messages.h
index 6bd682164144b866a3ea45a2f94d710866cc01f6..c47d50ce449d73eea7857f71d60e47b95c7b38ed 100644
--- a/chrome/common/extensions/chrome_extension_messages.h
+++ b/chrome/common/extensions/chrome_extension_messages.h
@@ -120,6 +120,9 @@ IPC_STRUCT_BEGIN(ExtensionMsg_AccessibilityEventParams)
// The source of this event.
IPC_STRUCT_MEMBER(ui::AXEventFrom, event_from)
+
+ // The mouse location in screen coordinates.
+ IPC_STRUCT_MEMBER(gfx::Point, mouse_location)
IPC_STRUCT_END()
IPC_STRUCT_BEGIN(ExtensionMsg_AccessibilityLocationChangeParams)

Powered by Google App Engine
This is Rietveld 408576698