| Index: content/public/browser/ax_event_notification_details.h
|
| diff --git a/content/public/browser/ax_event_notification_details.h b/content/public/browser/ax_event_notification_details.h
|
| index 0f2e3cdef916fa8f1f9b93853eea1088d42decc3..174a44961ae861d6ee4e1fb85615988a0cf8f125 100644
|
| --- a/content/public/browser/ax_event_notification_details.h
|
| +++ b/content/public/browser/ax_event_notification_details.h
|
| @@ -27,6 +27,7 @@ struct CONTENT_EXPORT AXEventNotificationDetails {
|
| ui::AXEvent event_type;
|
| int id;
|
| int ax_tree_id;
|
| + ui::AXEventFrom event_from;
|
| };
|
|
|
| // Use this object in conjunction with the
|
|
|