Index: content/common/accessibility_messages.h |
diff --git a/content/common/accessibility_messages.h b/content/common/accessibility_messages.h |
index fb21af10664820840b884d6c03d681a883bb69b0..dcf40cb43ba3b45c590d8fb55f74fa920e82ae33 100644 |
--- a/content/common/accessibility_messages.h |
+++ b/content/common/accessibility_messages.h |
@@ -81,6 +81,9 @@ IPC_STRUCT_BEGIN(AccessibilityHostMsg_EventParams) |
// ID of the node that the event applies to. |
IPC_STRUCT_MEMBER(int, id) |
+ |
+ // The source of this event. |
+ IPC_STRUCT_MEMBER(ui::AXEventFrom, event_from) |
IPC_STRUCT_END() |
IPC_STRUCT_BEGIN(AccessibilityHostMsg_LocationChangeParams) |