| 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 14712e9561abb696ae33bb27edb715ac23bdad96..a157d8718fcdc8dbd6065081e05af1ba99857d4c 100644
|
| --- a/chrome/common/extensions/chrome_extension_messages.h
|
| +++ b/chrome/common/extensions/chrome_extension_messages.h
|
| @@ -53,6 +53,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)
|
| @@ -124,4 +125,3 @@ IPC_MESSAGE_ROUTED2(ExtensionMsg_AccessibilityEvent,
|
| // accessibility events.
|
| IPC_MESSAGE_ROUTED1(ExtensionMsg_AccessibilityLocationChange,
|
| ExtensionMsg_AccessibilityLocationChangeParams)
|
| -
|
|
|