| 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 c33de6aa24d629279f150ac74a23cf08448d4269..95f18245d65b7cc59fe23469c6a441463870947e 100644
|
| --- a/chrome/common/extensions/chrome_extension_messages.h
|
| +++ b/chrome/common/extensions/chrome_extension_messages.h
|
| @@ -86,8 +86,10 @@ IPC_STRUCT_TRAITS_BEGIN(ui::AXTreeData)
|
| IPC_STRUCT_TRAITS_MEMBER(focus_id)
|
| IPC_STRUCT_TRAITS_MEMBER(sel_anchor_object_id)
|
| IPC_STRUCT_TRAITS_MEMBER(sel_anchor_offset)
|
| + IPC_STRUCT_TRAITS_MEMBER(sel_anchor_affinity)
|
| IPC_STRUCT_TRAITS_MEMBER(sel_focus_object_id)
|
| IPC_STRUCT_TRAITS_MEMBER(sel_focus_offset)
|
| + IPC_STRUCT_TRAITS_MEMBER(sel_focus_affinity)
|
| IPC_STRUCT_TRAITS_END()
|
|
|
| IPC_STRUCT_TRAITS_BEGIN(ui::AXTreeUpdate)
|
|
|