| 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 e3aaf6f2b35ce18c77cf138e586760c99ac7a43e..5d7bdf0a58590e3539f64529649fbb6360c21734 100644
|
| --- a/chrome/common/extensions/chrome_extension_messages.h
|
| +++ b/chrome/common/extensions/chrome_extension_messages.h
|
| @@ -101,6 +101,9 @@ IPC_STRUCT_BEGIN(ExtensionMsg_AccessibilityEventParams)
|
| // ID of the accessibility tree that this event applies to.
|
| IPC_STRUCT_MEMBER(int, tree_id)
|
|
|
| + // The global offset of all coordinates in this accessibility tree.
|
| + IPC_STRUCT_MEMBER(gfx::Vector2d, location_offset)
|
| +
|
| // The tree update.
|
| IPC_STRUCT_MEMBER(ui::AXTreeUpdate, update)
|
|
|
|
|