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

Unified Diff: content/common/accessibility_messages.h

Issue 2080573003: Track all changed nodes during an update (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make suggested change. Created 4 years, 3 months 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: 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)
« no previous file with comments | « content/browser/frame_host/render_frame_host_impl.cc ('k') | content/public/browser/ax_event_notification_details.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698