| Index: content/common/accessibility_messages.h
|
| diff --git a/content/common/accessibility_messages.h b/content/common/accessibility_messages.h
|
| index 5a0a5986e947799217062da98c97d9625d66c75c..75ff6f14933301398b0a7fb6d7f25067bc06f6b6 100644
|
| --- a/content/common/accessibility_messages.h
|
| +++ b/content/common/accessibility_messages.h
|
| @@ -43,6 +43,7 @@ IPC_STRUCT_TRAITS_END()
|
| IPC_STRUCT_TRAITS_BEGIN(content::AXContentTreeData)
|
| IPC_STRUCT_TRAITS_MEMBER(tree_id)
|
| IPC_STRUCT_TRAITS_MEMBER(parent_tree_id)
|
| + IPC_STRUCT_TRAITS_MEMBER(focused_tree_id)
|
| IPC_STRUCT_TRAITS_MEMBER(url)
|
| IPC_STRUCT_TRAITS_MEMBER(title)
|
| IPC_STRUCT_TRAITS_MEMBER(mimetype)
|
|
|