| 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)
|
|
|