Index: content/common/accessibility_messages.h |
diff --git a/content/common/accessibility_messages.h b/content/common/accessibility_messages.h |
index 5a0a5986e947799217062da98c97d9625d66c75c..807d527deb0eb96c75ad74fe0957f2b2d8f12b58 100644 |
--- a/content/common/accessibility_messages.h |
+++ b/content/common/accessibility_messages.h |
@@ -30,6 +30,7 @@ IPC_STRUCT_TRAITS_BEGIN(content::AXContentNodeData) |
IPC_STRUCT_TRAITS_MEMBER(role) |
IPC_STRUCT_TRAITS_MEMBER(state) |
IPC_STRUCT_TRAITS_MEMBER(location) |
+ IPC_STRUCT_TRAITS_MEMBER(transform) |
IPC_STRUCT_TRAITS_MEMBER(string_attributes) |
IPC_STRUCT_TRAITS_MEMBER(int_attributes) |
IPC_STRUCT_TRAITS_MEMBER(float_attributes) |