Index: chrome/common/extensions/chrome_extension_messages.h |
diff --git a/chrome/common/extensions/chrome_extension_messages.h b/chrome/common/extensions/chrome_extension_messages.h |
index 49357dfd144cd21d54bc51d9e14086aad47ad8df..a2af36f3f05e1af164733e01b29f49979bf94b82 100644 |
--- a/chrome/common/extensions/chrome_extension_messages.h |
+++ b/chrome/common/extensions/chrome_extension_messages.h |
@@ -23,6 +23,7 @@ |
#include "ui/accessibility/ax_node_data.h" |
#include "ui/accessibility/ax_tree_data.h" |
#include "ui/accessibility/ax_tree_update.h" |
+#include "ui/gfx/transform.h" |
#include "url/gurl.h" |
#define IPC_MESSAGE_START ChromeExtensionMsgStart |
@@ -62,6 +63,7 @@ IPC_STRUCT_TRAITS_BEGIN(ui::AXNodeData) |
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) |