Index: content/common/accessibility_messages.h |
diff --git a/content/common/accessibility_messages.h b/content/common/accessibility_messages.h |
index 22f40dda476b54e7f2943cd4d2f5c8edc55dfea6..02af80708cce2f135c17b19427b939521a71fab6 100644 |
--- a/content/common/accessibility_messages.h |
+++ b/content/common/accessibility_messages.h |
@@ -68,6 +68,10 @@ IPC_STRUCT_BEGIN(AccessibilityHostMsg_EventParams) |
// iframe. |
IPC_STRUCT_MEMBER(FrameIDMap, node_to_frame_routing_id_map) |
+ // Mapping from node id to the browser plugin instance id of a child |
+ // browser plugin. |
+ IPC_STRUCT_MEMBER(FrameIDMap, node_to_browser_plugin_instance_id_map) |
+ |
// Type of event. |
IPC_STRUCT_MEMBER(ui::AXEvent, event_type) |