| 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 216ffaf8adc08b8a34e029a4c1cabfffbce3f0b7..fa02f988b27228c6c6566e80d89d0541bdcaf992 100644
|
| --- a/chrome/common/extensions/chrome_extension_messages.h
|
| +++ b/chrome/common/extensions/chrome_extension_messages.h
|
| @@ -45,6 +45,7 @@ IPC_STRUCT_TRAITS_BEGIN(ui::AXNodeData)
|
| IPC_STRUCT_TRAITS_MEMBER(html_attributes)
|
| IPC_STRUCT_TRAITS_MEMBER(child_ids)
|
| IPC_STRUCT_TRAITS_MEMBER(offset_container_id)
|
| + IPC_STRUCT_TRAITS_MEMBER(is_fixed_positioned)
|
| IPC_STRUCT_TRAITS_END()
|
|
|
| IPC_STRUCT_TRAITS_BEGIN(ui::AXTreeData)
|
| @@ -116,4 +117,3 @@ IPC_MESSAGE_ROUTED2(ExtensionMsg_AccessibilityEvent,
|
| // accessibility events.
|
| IPC_MESSAGE_ROUTED1(ExtensionMsg_AccessibilityLocationChange,
|
| ExtensionMsg_AccessibilityLocationChangeParams)
|
| -
|
|
|