Index: content/common/accessibility_messages.h |
diff --git a/content/common/accessibility_messages.h b/content/common/accessibility_messages.h |
index 660484c2c6948875cfca8acf4121fecc141b5aa4..f3c61f701516d9394f35d2a4bb0ea8caf54db56c 100644 |
--- a/content/common/accessibility_messages.h |
+++ b/content/common/accessibility_messages.h |
@@ -15,6 +15,7 @@ |
#include "third_party/WebKit/public/web/WebAXEnums.h" |
#include "ui/accessibility/ax_node_data.h" |
#include "ui/accessibility/ax_tree_update.h" |
+#include "ui/gfx/transform.h" |
#undef IPC_MESSAGE_EXPORT |
#define IPC_MESSAGE_EXPORT CONTENT_EXPORT |
@@ -29,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) |