| Index: content/common/cc_messages.h
|
| diff --git a/content/common/cc_messages.h b/content/common/cc_messages.h
|
| index 2ea9390945ec6611887a643354f3eacbed258f34..29b7480613f85d50c9863942182fafb617b0d049 100644
|
| --- a/content/common/cc_messages.h
|
| +++ b/content/common/cc_messages.h
|
| @@ -291,6 +291,8 @@ IPC_STRUCT_TRAITS_BEGIN(cc::CompositorFrameMetadata)
|
| IPC_STRUCT_TRAITS_MEMBER(root_layer_size)
|
| IPC_STRUCT_TRAITS_MEMBER(min_page_scale_factor)
|
| IPC_STRUCT_TRAITS_MEMBER(max_page_scale_factor)
|
| + IPC_STRUCT_TRAITS_MEMBER(root_overflow_x_hidden)
|
| + IPC_STRUCT_TRAITS_MEMBER(root_overflow_y_hidden)
|
| IPC_STRUCT_TRAITS_MEMBER(location_bar_offset)
|
| IPC_STRUCT_TRAITS_MEMBER(location_bar_content_translation)
|
| IPC_STRUCT_TRAITS_MEMBER(selection_start)
|
|
|