| 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 655ea26ffdcd6da8d5937e42cd4d4b4a942aab23..310585cbac1943e9b8adbbbb611a50495ea1f707 100644
|
| --- a/cc/ipc/cc_param_traits_macros.h
|
| +++ b/cc/ipc/cc_param_traits_macros.h
|
| @@ -184,6 +184,8 @@ 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(root_overflow_y_hidden)
|
| + IPC_STRUCT_TRAITS_MEMBER(may_contain_video)
|
| IPC_STRUCT_TRAITS_MEMBER(
|
| is_resourceless_software_draw_with_scroll_or_animation)
|
| IPC_STRUCT_TRAITS_MEMBER(location_bar_offset)
|
|
|