| Index: cc/ipc/cc_param_traits_macros.h
|
| diff --git a/cc/ipc/cc_param_traits_macros.h b/cc/ipc/cc_param_traits_macros.h
|
| index e316a08cf04b470889d78f194d1e5576bde39c83..f016089d08eb929152224b6f341246487758032c 100644
|
| --- a/cc/ipc/cc_param_traits_macros.h
|
| +++ b/cc/ipc/cc_param_traits_macros.h
|
| @@ -184,8 +184,10 @@ IPC_STRUCT_TRAITS_BEGIN(cc::CompositorFrameMetadata)
|
| 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(top_bar_translate)
|
| + IPC_STRUCT_TRAITS_MEMBER(top_bar_shown)
|
| + IPC_STRUCT_TRAITS_MEMBER(bottom_bar_translate)
|
| + IPC_STRUCT_TRAITS_MEMBER(bottom_bar_shown)
|
| IPC_STRUCT_TRAITS_MEMBER(root_background_color)
|
| IPC_STRUCT_TRAITS_MEMBER(selection)
|
| IPC_STRUCT_TRAITS_MEMBER(latency_info)
|
|
|