Index: content/common/accessibility_messages.h |
diff --git a/content/common/accessibility_messages.h b/content/common/accessibility_messages.h |
index 19ea0fdfae81ee65241e4a8d587aa98fc584ec2e..8c3c636750b2032a376d88fbc108404e85e9880c 100644 |
--- a/content/common/accessibility_messages.h |
+++ b/content/common/accessibility_messages.h |
@@ -46,6 +46,7 @@ IPC_STRUCT_TRAITS_BEGIN(content::AXContentNodeData) |
IPC_STRUCT_TRAITS_MEMBER(id) |
IPC_STRUCT_TRAITS_MEMBER(role) |
IPC_STRUCT_TRAITS_MEMBER(state) |
+ IPC_STRUCT_TRAITS_MEMBER(actions) |
IPC_STRUCT_TRAITS_MEMBER(location) |
IPC_STRUCT_TRAITS_MEMBER(transform) |
IPC_STRUCT_TRAITS_MEMBER(string_attributes) |