| Index: content/common/accessibility_messages.h
|
| diff --git a/content/common/accessibility_messages.h b/content/common/accessibility_messages.h
|
| index 1c49dee8db9acb51aade2036625ac4e1151fabf9..74ff296673d5a77d947ab6b0201db9868c8e8e08 100644
|
| --- a/content/common/accessibility_messages.h
|
| +++ b/content/common/accessibility_messages.h
|
| @@ -54,8 +54,10 @@ IPC_STRUCT_TRAITS_BEGIN(content::AXContentTreeData)
|
| 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_MEMBER(routing_id)
|
| IPC_STRUCT_TRAITS_MEMBER(parent_routing_id)
|
| IPC_STRUCT_TRAITS_END()
|
|
|